Regina Calculation Engine
|
Details for implementing triangulations of 3-manifolds. More...
Classes | |
class | regina::BoundaryComponent< 3 > |
A component of the boundary of a 3-manifold triangulation. More... | |
class | regina::Component< 3 > |
Represents a connected component of a 3-manifold triangulation. More... | |
class | regina::Face< 3, 3 > |
Represents a tetrahedron within a 3-manifold triangulation. More... | |
class | regina::Face< 3, 2 > |
Represents a triangle in the skeleton of a 3-manifold triangulation. More... | |
class | regina::Triangulation< 3 > |
Represents a 3-dimensional triangulation, typically of a 3-manifold. More... | |
class | regina::Face< 3, 0 > |
Represents a vertex in the skeleton of a 3-manifold triangulation. More... | |
Typedefs | |
typedef BoundaryComponent< 3 > | regina::NBoundaryComponent |
Deprecated typedef for backward compatibility. More... | |
typedef Component< 3 > | regina::NComponent |
Deprecated typedef for backward compatibility. More... | |
typedef Simplex< 3 > | regina::NTetrahedron |
Deprecated typedef for backward compatibility. More... | |
typedef FaceEmbedding< 3, 2 > | regina::NTriangleEmbedding |
Deprecated typedef for backward compatibility. More... | |
typedef Face< 3, 2 > | regina::NTriangle |
Deprecated typedef for backward compatibility. More... | |
typedef Triangulation< 3 > | regina::NTriangulation |
Deprecated typedef for backward compatibility. More... | |
typedef FaceEmbedding< 3, 1 > | regina::NEdgeEmbedding |
Deprecated typedef for backward compatibility. More... | |
typedef Face< 3, 1 > | regina::NEdge |
Deprecated typedef for backward compatibility. More... | |
typedef FaceEmbedding< 3, 0 > | regina::NVertexEmbedding |
Deprecated typedef for backward compatibility. More... | |
typedef Face< 3, 0 > | regina::NVertex |
Deprecated typedef for backward compatibility. More... | |
Enumerations | |
enum | regina::TuraevViroAlg { regina::TV_DEFAULT = 0, regina::TV_BACKTRACK = 1, regina::TV_TREEWIDTH = 2, regina::TV_NAIVE = 3 } |
Represents the various algorithms available for computing Turaev-Viro invariants. More... | |
Details for implementing triangulations of 3-manifolds.
typedef BoundaryComponent<3> regina::NBoundaryComponent |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Component<3> regina::NComponent |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Face<3, 1> regina::NEdge |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef FaceEmbedding<3, 1> regina::NEdgeEmbedding |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Simplex<3> regina::NTetrahedron |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Face<3, 2> regina::NTriangle |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef FaceEmbedding<3, 2> regina::NTriangleEmbedding |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Triangulation<3> regina::NTriangulation |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef Face<3, 0> regina::NVertex |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
typedef FaceEmbedding<3, 0> regina::NVertexEmbedding |
Deprecated typedef for backward compatibility.
This typedef will be removed in a future release of Regina.
Represents the various algorithms available for computing Turaev-Viro invariants.