|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
A Polyhedron primitive for primal. More...
#include "axom/core/StackArray.hpp"#include "axom/primal/geometry/Hexahedron.hpp"#include "axom/core/NumericArray.hpp"#include "axom/primal/geometry/Octahedron.hpp"#include "axom/primal/geometry/Point.hpp"#include "axom/primal/geometry/Tetrahedron.hpp"#include "axom/primal/geometry/Vector.hpp"#include <ostream>Classes | |
| class | axom::primal::NeighborCollection |
| Represents a collection of neighbor relations between vertices. More... | |
| class | axom::primal::Polyhedron< T, NDIMS > |
| Represents a convex polyhedron defined by an array of points and optionally their neighbors (a point is a neighbor of another point if there is an edge between them) More... | |
| struct | axom::fmt::formatter< axom::primal::Polyhedron< T, NDIMS > > |
| Overload to format a primal::Polyhedron using fmt. More... | |
Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T , int NDIMS> | |
| std::ostream & | axom::primal::operator<< (std::ostream &os, const Polyhedron< T, NDIMS > &poly) |
| Overloaded output operator for polyhedrons. More... | |
A Polyhedron primitive for primal.