Regina Calculation Engine
|
Internal class that helps a component or boundary component store its lists of faces. More...
#include <triangulation/detail/boundarycomponent.h>
Protected Member Functions | |
template<int tridim> | |
void | reorderAndRelabelFaces (Triangulation< tridim > *tri, const std::vector< Face< dim, tridim > * > &tridimFaces) const |
Reorders and relabels all faces of all dimensions 0,...,subdim of the given triangulation, so that for each k, the k-faces of the given triangulation appear in the same order as the corresponding k-faces in this suite, and have their vertices numbered in a corresponding way. More... | |
Protected Attributes | |
std::vector< Face< dim, subdim > * > | faces_ |
The list of faces. More... | |
Internal class that helps a component or boundary component store its lists of faces.
This class is used with dim-dimensional triangulations. It provides storage for faces of all dimensions subdim and below.
dim | the dimension of the underlying triangulation. This must be between 2 and 15 inclusive. |
subdim | the maximum dimension of the faces that this class stores. This must be between 0 and dim-1 inclusive. |