Regina Calculation Engine
|
Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces. More...
#include <triangulation/detail/component.h>
Public Types | |
typedef std::vector< Face< dim, subdim > * > | Holder |
The data type used by Component<dim> to store the list of all subdim-faces of the connected component. More... | |
Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces.
This is only relevant for components in Regina's standard dimensions, since components in higher dimensions do not store their lower-dimensional faces.
typedef std::vector<Face<dim, subdim>*> regina::detail::FaceListHolder< Component< dim >, subdim >::Holder |
The data type used by Component<dim> to store the list of all subdim-faces of the connected component.
The function Component<dim>::faces<subdim>() returns a const reference to this type.