|
| using | axom::quest::SphereType = primal::Sphere< double, 3 > |
| |
| using | axom::quest::OctType = primal::Octahedron< double, 3 > |
| |
| using | axom::quest::Point2D = primal::Point< double, 2 > |
| |
| bool | axom::quest::discretize (const SphereType &s, int levels, axom::Array< OctType > &out, int &octcount) |
| | Given a primitive sphere and a refinement level, allocate and return a list of Octahedra approximating the shape. More...
|
| |
| template<typename ExecSpace > |
| bool | axom::quest::discretize (const axom::ArrayView< Point2D > &polyline, int len, int levels, axom::Array< OctType > &out, int &octcount) |
| | Given a 2D polyline revolved around the positive X-axis, allocate and return a list of Octahedra approximating the shape. More...
|
| |