Regina Calculation Engine
Classes | Typedefs
3-Manifold Triangulations

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

Detailed Description

Details for implementing triangulations of 3-manifolds.

Typedef Documentation

◆ NBoundaryComponent

Deprecated typedef for backward compatibility.

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

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

◆ NComponent

Deprecated typedef for backward compatibility.

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

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

◆ NEdge

typedef Face<3, 1> regina::NEdge

Deprecated typedef for backward compatibility.

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

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

◆ NEdgeEmbedding

Deprecated typedef for backward compatibility.

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

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

◆ NTetrahedron

Deprecated typedef for backward compatibility.

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

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

◆ NTriangle

typedef Face<3, 2> regina::NTriangle

Deprecated typedef for backward compatibility.

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

Deprecated:
Instead of the old typedef NTriangle, you should use either the new alias Triangle<3>, or the full class name Face<3, 2>.

◆ NTriangleEmbedding

Deprecated typedef for backward compatibility.

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

Deprecated:
Instead of the old typedef NTriangleEmbedding, you should use either the new alias TriangleEmbedding<3>, or the full class name FaceEmbedding<3, 2>.

◆ NTriangulation

Deprecated typedef for backward compatibility.

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

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

◆ NVertex

typedef Face<3, 0> regina::NVertex

Deprecated typedef for backward compatibility.

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

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

◆ NVertexEmbedding

Deprecated typedef for backward compatibility.

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

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

Copyright © 1999-2021, 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).