Regina Calculation Engine
|
Internal class used to calculate lower-dimensional faces in a triangulation. More...
#include <triangulation/detail/triangulation.h>
Static Public Member Functions | |
static void | calculate (TriangulationBase< dim > &t) |
Calculates all faces of dimension ≤ subdim in the given triangulation. More... | |
Internal class used to calculate lower-dimensional faces in a triangulation.
Specifically, this class is used to calculate all faces of dimension ≤ subdim in a dim-dimensional triangulation.
dim | the dimension of the underlying triangulation. |
subdim | the maximum dimension of the faces to compute. |
codim | the minimum codimension of the faces to compute; this must be equal to dim - subdim. It is offered as a separate parameter so that this template class can be independently specialised on both subdim and codim. |