#include <nface.h>
Public Member Functions | |
NFaceEmbedding (NTetrahedron *newTet, int newFace) | |
Creates an embedding descriptor containing the given data. | |
NFaceEmbedding (const NFaceEmbedding &cloneMe) | |
Creates an embedding descriptor containing the same data as the given embedding descriptor. | |
NTetrahedron * | getTetrahedron () const |
Returns the tetrahedron in which this face is contained. | |
int | getFace () const |
Returns the face number within getTetrahedron() that is this face. | |
NPerm | getVertices () const |
Returns a mapping from vertices (0,1,2) of this face to the corresponding vertex numbers in getTetrahedron(), as described in NTetrahedron::getFaceMapping(). |
|
Creates an embedding descriptor containing the given data.
|
|
Creates an embedding descriptor containing the same data as the given embedding descriptor.
|
|
Returns the face number within getTetrahedron() that is this face.
|
|
Returns the tetrahedron in which this face is contained.
|
|
Returns a mapping from vertices (0,1,2) of this face to the corresponding vertex numbers in getTetrahedron(), as described in NTetrahedron::getFaceMapping().
|