#include <nvertex.h>
Public Member Functions | |
| NVertexEmbedding () | |
| Default constructor. | |
| NVertexEmbedding (NTetrahedron *newTet, int newVertex) | |
| Creates an embedding descriptor containing the given data. | |
| NVertexEmbedding (const NVertexEmbedding &cloneMe) | |
| Creates an embedding descriptor containing the same data as the given embedding descriptor. | |
| NVertexEmbedding & | operator= (const NVertexEmbedding &cloneMe) |
| Assigns to this embedding descriptor the same data as is contained in the given embedding descriptor. | |
| NTetrahedron * | getTetrahedron () const |
| Returns the tetrahedron in which this vertex is contained. | |
| int | getVertex () const |
| Returns the vertex number within getTetrahedron() that is this vertex. | |
|
|
Default constructor.
The embedding descriptor created is unusable until it has some data assigned to it using
|
|
||||||||||||
|
Creates an embedding descriptor containing the given data.
|
|
|
Creates an embedding descriptor containing the same data as the given embedding descriptor.
|
|
|
Returns the tetrahedron in which this vertex is contained.
|
|
|
Returns the vertex number within getTetrahedron() that is this vertex.
|
|
|
Assigns to this embedding descriptor the same data as is contained in the given embedding descriptor.
|