Regina Calculation Engine
|
Allows lightweight representation of individual facets of simplices. More...
Classes | |
struct | regina::FacetSpec< dim > |
A lightweight class used to refer to a particular facet of a particular top-dimensional simplex in a dim-dimensional triangulation. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Typedefs | |
typedef FacetSpec< 2 > | regina::Dim2TriangleEdge |
Deprecated typedef for backward compatibility. More... | |
typedef FacetSpec< 3 > | regina::NTetFace |
Deprecated typedef for backward compatibility. More... | |
typedef FacetSpec< 4 > | regina::Dim4PentFacet |
Deprecated typedef for backward compatibility. More... | |
Functions | |
template<int dim> | |
std::ostream & | regina::operator<< (std::ostream &out, const FacetSpec< dim > &spec) |
Writes the given facet specifier to the given output stream. More... | |
Allows lightweight representation of individual facets of simplices.