Details how a face in the skeleton forms part of an individual tetrahedron.
More...
#include <triangulation/nface.h>
Details how a face in the skeleton forms part of an individual tetrahedron.
regina::NFaceEmbedding::NFaceEmbedding |
( |
NTetrahedron * |
newTet, |
|
|
int |
newFace |
|
) |
| |
|
inline |
Creates an embedding descriptor containing the given data.
- Parameters
-
newTet | the tetrahedron in which this face is contained. |
newFace | the face number of newTet that is this face. |
regina::NFaceEmbedding::NFaceEmbedding |
( |
const NFaceEmbedding & |
cloneMe | ) |
|
|
inline |
Creates an embedding descriptor containing the same data as the given embedding descriptor.
- Parameters
-
cloneMe | the embedding descriptor to clone. |
int regina::NFaceEmbedding::getFace |
( |
| ) |
const |
|
inline |
Returns the face number within getTetrahedron() that is this face.
- Returns
- the face number that is this face.
NTetrahedron * regina::NFaceEmbedding::getTetrahedron |
( |
| ) |
const |
|
inline |
Returns the tetrahedron in which this face is contained.
- Returns
- the tetrahedron.
NPerm4 regina::NFaceEmbedding::getVertices |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: