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