Regina Calculation Engine
Classes | Typedefs
4-Manifold Triangulations

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

Classes

class  regina::Component< 4 >
 Represents a connected component of a 4-manifold triangulation. More...
 
class  regina::Face< 4, 1 >
 Represents an edge in the skeleton of a 4-manifold triangulation. More...
 
class  regina::Face< 4, 4 >
 Represents a pentachoron (a 4-dimensional simplex) within a 4-manifold triangulation. More...
 
class  regina::Triangulation< 4 >
 Represents a 4-dimensional triangulation, typically of a 4-manifold. More...
 
class  regina::Face< 4, 0 >
 Represents a vertex in the skeleton of a 4-manifold triangulation. More...
 

Typedefs

typedef BoundaryComponent< 4 > regina::Dim4BoundaryComponent
 Deprecated typedef for backward compatibility. More...
 
typedef Component< 4 > regina::Dim4Component
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 4, 1 > regina::Dim4EdgeEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 4, 1 > regina::Dim4Edge
 Deprecated typedef for backward compatibility. More...
 
typedef Simplex< 4 > regina::Dim4Pentachoron
 Deprecated typedef for backward compatibility. More...
 
typedef Triangulation< 4 > regina::Dim4Triangulation
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 4, 2 > regina::Dim4TriangleEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 4, 3 > regina::Dim4TetrahedronEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 4, 2 > regina::Dim4Triangle
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 4, 3 > regina::Dim4Tetrahedron
 Deprecated typedef for backward compatibility. More...
 
typedef FaceEmbedding< 4, 0 > regina::Dim4VertexEmbedding
 Deprecated typedef for backward compatibility. More...
 
typedef Face< 4, 0 > regina::Dim4Vertex
 Deprecated typedef for backward compatibility. More...
 

Detailed Description

Details for implementing triangulations of 4-manifolds.

Typedef Documentation

§ Dim4BoundaryComponent

Deprecated typedef for backward compatibility.

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

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

§ Dim4Component

Deprecated typedef for backward compatibility.

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

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

§ Dim4Edge

typedef Face<4, 1> regina::Dim4Edge

Deprecated typedef for backward compatibility.

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

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

§ Dim4EdgeEmbedding

Deprecated typedef for backward compatibility.

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

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

§ Dim4Pentachoron

Deprecated typedef for backward compatibility.

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

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

§ Dim4Tetrahedron

Deprecated typedef for backward compatibility.

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

Deprecated:
Instead of the old typedef Dim4Tetrahedron, you should use either the new alias Tetrahedron<4>, or the full class name Face<4, 3>.

§ Dim4TetrahedronEmbedding

Deprecated typedef for backward compatibility.

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

Deprecated:
Instead of the old typedef Dim4TetrahedronEmbedding, you should use either the new alias TetrahedronEmbedding<4>, or the full class name FaceEmbedding<4, 3>.

§ Dim4Triangle

typedef Face<4, 2> regina::Dim4Triangle

Deprecated typedef for backward compatibility.

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

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

§ Dim4TriangleEmbedding

Deprecated typedef for backward compatibility.

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

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

§ Dim4Triangulation

Deprecated typedef for backward compatibility.

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

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

§ Dim4Vertex

typedef Face<4, 0> regina::Dim4Vertex

Deprecated typedef for backward compatibility.

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

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

§ Dim4VertexEmbedding

Deprecated typedef for backward compatibility.

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

Deprecated:
Instead of the old typedef Dim4VertexEmbedding, you should use either the new alias VertexEmbedding<4>, or the full class name FaceEmbedding<4, 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).