AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Polyhedron.hpp File Reference

A Polyhedron primitive for primal. More...

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...
 

Detailed Description

A Polyhedron primitive for primal.