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/ncomponent.h>
Public Types | |
typedef std::vector< Face< 3, subdim > * > | Holder |
The data type used by Component<3> 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.
typedef std::vector<Face<3, subdim>*> regina::detail::FaceListHolder< Component< 3 >, subdim >::Holder |
The data type used by Component<3> to store the list of all subdim-faces of the connected component.
The function Component<3>::faces<subdim>() returns a const reference to this type.