Regina Calculation Engine
Classes | Typedefs
2-Manifold Triangulations

Details for implementing triangulations of 2-manifolds. More...

Classes

class  regina::Component< 2 >
 Represents a connected component of a 2-manifold triangulation. More...
 
class  regina::Face< 2, 2 >
 Represents a tetrahedron within a 2-manifold triangulation. More...
 
class  regina::Triangulation< 2 >
 Represents a 2-manifold triangulation. More...
 

Typedefs

typedef BoundaryComponent< 2 > regina::Dim2BoundaryComponent
 Deprecated typedef for backward compatibility. More...
 
typedef Component< 2 > regina::Dim2Component
 Deprecated typedef for backward compatibility. More...
 
typedef Simplex< 2 > regina::Dim2Triangle
 Deprecated typedef for backward compatibility. More...
 
typedef Triangulation< 2 > regina::Dim2Triangulation
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 2, 0 > regina::Dim2VertexEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 2, 1 > regina::Dim2EdgeEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 2, 0 > regina::Dim2Vertex
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 2, 1 > regina::Dim2Edge
 Deprecated typedef for backward compatibility. More...
 

Detailed Description

Details for implementing triangulations of 2-manifolds.

Typedef Documentation

◆ Dim2BoundaryComponent

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2BoundaryComponent, you should use the real class name BoundaryComponent<2>.

◆ Dim2Component

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2Component, you should use the real class name Component<2>.

◆ Dim2Edge

typedef Face<2, 1> regina::Dim2Edge

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2Edge, you should use either the new alias Edge<2>, or the full class name Face<2, 1>.

◆ Dim2EdgeEmbedding

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2EdgeEmbedding, you should use either the new alias EdgeEmbedding<2>, or the full class name FaceEmbedding<2, 1>.

◆ Dim2Triangle

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2Triangle, you should use the new alias Simplex<2> (or, if you prefer, the full class name Face<2, 2>).

◆ Dim2Triangulation

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2Triangulation, you should use the templated class name Triangulation<2>.

◆ Dim2Vertex

typedef Face<2, 0> regina::Dim2Vertex

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2Vertex, you should use either the new alias Vertex<2>, or the full class name Face<2, 0>.

◆ Dim2VertexEmbedding

Deprecated typedef for backward compatibility.

This typedef will be removed in a future release of Regina.

Deprecated:
Instead of the old typedef Dim2VertexEmbedding, you should use either the new alias VertexEmbedding<2>, or the full class name FaceEmbedding<2, 0>.

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