Regina Calculation Engine
Namespaces | Classes | Typedefs
2-Manifold Triangulations

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...
 

Detailed Description

Triangulations of 2-manifolds.

Typedef Documentation

§ Dim2Component

A convenience typedef for Component<2>.

§ Dim2Edge

typedef Face< 2, 1 > regina::Dim2Edge

A convenience typedef for Face<2, 1>.

§ Dim2EdgeEmbedding

A convenience typedef for FaceEmbedding<2, 1>.

§ Dim2EdgePairing

A convenience typedef for FacetPairing<2>.

§ Dim2Isomorphism

A convenience typedef for Isomorphism<2>.

§ Dim2Triangle

A convenience typedef for Simplex<2>.

§ Dim2Triangulation

A convenience typedef for Triangulation<2>.

§ Dim2Vertex

typedef Face< 2, 0 > regina::Dim2Vertex

A convenience typedef for Face<2, 0>.

§ Dim2VertexEmbedding

A convenience typedef for FaceEmbedding<2, 0>.

§ NXMLDim2TriangulationReader

A convenience typedef for XMLTriangulationReader<2>.


Copyright © 1999-2016, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).