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