Regina Calculation Engine
|
Helper class that indicates what data type is used by a triangulation class to store a list of subdim-faces. More...
#include <generic/detail/triangulation.h>
Public Types | |
typedef FaceList< dim, subdim > | Holder |
The data type used by Triangulation<dim> to store the list of all subdim-faces of the triangulation. More... | |
Helper class that indicates what data type is used by a triangulation class to store a list of subdim-faces.
typedef FaceList<dim, subdim> regina::detail::FaceListHolder< detail::TriangulationBase< dim >, subdim >::Holder |
The data type used by Triangulation<dim> to store the list of all subdim-faces of the triangulation.
The function Triangulation<dim>::faces<subdim>() returns a const reference to this type.