Regina Calculation Engine
|
Deals with connected components of a 4-manifold triangulation. More...
Classes | |
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... | |
struct | regina::detail::FaceListHolder< Component< 4 >, subdim > |
Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces. More... | |
class | regina::Component< 4 > |
Represents a connected component of a 4-manifold triangulation. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
regina::detail | |
Contains implementation details and common functionality for Regina's dimension-agnostic classes. | |
Typedefs | |
typedef Simplex< 4 > | regina::Dim4Pentachoron |
A convenience typedef for Simplex<4>. More... | |
typedef Triangulation< 4 > | regina::Dim4Triangulation |
A convenience typedef for Triangulation<4>. More... | |
Deals with connected components of a 4-manifold triangulation.