|
class | regina::Component< dim > |
| A connected component of a dim-manifold triangulation. More...
|
|
class | regina::Simplex< dim > |
| Represents a top-dimensional simplex in a dim-manifold triangulation. More...
|
|
class | regina::Triangulation< dim > |
| A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets. More...
|
|
class | regina::Face< dim, subdim > |
| Represents a subdim-face in the skeleton of a dim-dimensional triangulation. More...
|
|
class | regina::FaceEmbedding< dim, subdim > |
| Details how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex. More...
|
|
class | regina::detail::TriangulationBase< dim > |
| Provides core functionality for dim-dimensional triangulations. More...
|
|
class | regina::detail::FaceEmbeddingBase< dim, subdim > |
| Helper class that provides core functionality for describing how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex. More...
|
|
class | regina::detail::FaceStorage< dim, codim > |
| Helper class for storing all the ways in which a given face of codimension codim in a dim-dimensional triangulation appears within the various top-dimensional simplices. More...
|
|
class | regina::detail::FaceValidity< allowsInvalid, testLinks > |
| Helper class that stores whether a face is valid. More...
|
|
class | regina::detail::FaceValidity< false, testLinks > |
| Helper class that stores whether a face is valid. More...
|
|
class | regina::detail::FaceValidity< true, false > |
| Helper class that stores whether a face is valid. More...
|
|
class | regina::detail::FaceOrientability< allowsNonorientable > |
| Helper class that stores whether the link of a face is orientable. More...
|
|
class | regina::detail::FaceOrientability< false > |
| Helper class that stores whether the link of a face is orientable. More...
|
|
struct | regina::detail::FaceListHolder< class, int > |
| Helper class that indicates what data type Base uses to store its list of subdim-faces. More...
|
|
class | regina::detail::FaceBase< dim, subdim > |
| Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation. More...
|
|
Implementation details for lower-dimensional faces of triangulations.