Regina Calculation Engine
|
Triangulations of 2-manifolds. More...
Namespaces | |
regina::detail | |
Contains implementation details and common functionality for Regina's dimension-agnostic classes. | |
Classes | |
class | regina::Dim2BoundaryComponent |
Represents a component of the boundary of a 2-manifold triangulation. More... | |
class | regina::Component< 2 > |
Represents a connected component of a 2-manifold triangulation. More... | |
class | regina::Face< 2, 1 > |
Represents an edge in the skeleton of a 2-manifold triangulation. More... | |
class | regina::Isomorphism< 2 > |
Represents a combinatorial isomorphism from one 2-manifold triangulation into another. More... | |
class | regina::Simplex< 2 > |
Represents a triangle within a 2-manifold triangulation. More... | |
class | regina::Triangulation< 2 > |
Represents a 2-manifold triangulation. More... | |
class | regina::Face< 2, 0 > |
Represents a vertex in the skeleton of a 2-manifold triangulation. More... | |
class | regina::XMLTriangulationReader< 2 > |
An XML packet reader that reads a single 2-dimensional triangulation. More... | |
Typedefs | |
typedef Component< 2 > | regina::Dim2Component |
A convenience typedef for Component<2>. More... | |
typedef FaceEmbedding< 2, 1 > | regina::Dim2EdgeEmbedding |
A convenience typedef for FaceEmbedding<2, 1>. More... | |
typedef Face< 2, 1 > | regina::Dim2Edge |
A convenience typedef for Face<2, 1>. More... | |
typedef FacetPairing< 2 > | regina::Dim2EdgePairing |
A convenience typedef for FacetPairing<2>. More... | |
typedef Isomorphism< 2 > | regina::Dim2Isomorphism |
A convenience typedef for Isomorphism<2>. More... | |
typedef Simplex< 2 > | regina::Dim2Triangle |
A convenience typedef for Simplex<2>. More... | |
typedef Triangulation< 2 > | regina::Dim2Triangulation |
A convenience typedef for Triangulation<2>. More... | |
typedef FaceEmbedding< 2, 0 > | regina::Dim2VertexEmbedding |
A convenience typedef for FaceEmbedding<2, 0>. More... | |
typedef Face< 2, 0 > | regina::Dim2Vertex |
A convenience typedef for Face<2, 0>. More... | |
typedef XMLTriangulationReader< 2 > | regina::NXMLDim2TriangulationReader |
A convenience typedef for XMLTriangulationReader<2>. More... | |
Triangulations of 2-manifolds.
typedef Component< 2 > regina::Dim2Component |
A convenience typedef for Component<2>.
typedef Face< 2, 1 > regina::Dim2Edge |
A convenience typedef for Face<2, 1>.
typedef FaceEmbedding<2, 1> regina::Dim2EdgeEmbedding |
A convenience typedef for FaceEmbedding<2, 1>.
typedef FacetPairing<2> regina::Dim2EdgePairing |
A convenience typedef for FacetPairing<2>.
typedef Isomorphism< 2 > regina::Dim2Isomorphism |
A convenience typedef for Isomorphism<2>.
typedef Simplex< 2 > regina::Dim2Triangle |
A convenience typedef for Simplex<2>.
typedef Triangulation< 2 > regina::Dim2Triangulation |
A convenience typedef for Triangulation<2>.
typedef Face< 2, 0 > regina::Dim2Vertex |
A convenience typedef for Face<2, 0>.
typedef FaceEmbedding<2, 0> regina::Dim2VertexEmbedding |
A convenience typedef for FaceEmbedding<2, 0>.
A convenience typedef for XMLTriangulationReader<2>.