Regina Calculation Engine
|
A connected component of a dim-manifold triangulation. More...
#include <triangulation/generic.h>
Friends | |
class | detail::TriangulationBase< dim > |
A connected component of a dim-manifold triangulation.
Components are highly temporary: whenever a triangulation changes, all of its component objects will be deleted and new ones will be created in their place.
Component objects are all created, managed and destroyed by the class Triangulation<dim>. See the Triangulation notes for further information on working with dim-dimensional triangulations.
For Regina's standard dimensions, this template is specialised and offers more functionality. In order to use these specialised classes, you will need to include the corresponding triangulation headers (e.g., triangulation/dim2.h for dim = 2, or triangulation/dim3.h for dim = 3).
dim | the dimension of the underlying triangulation. This must be between 2 and 15 inclusive. |