|
Regina Calculation Engine
|
Implementation details for boundary components of triangulations. More...
#include <vector>#include "regina-core.h"#include "output.h"#include "triangulation/alias/face.h"#include "triangulation/detail/strings.h"#include "triangulation/forward.h"#include "utilities/markedvector.h"#include <boost/noncopyable.hpp>Classes | |
| class | regina::detail::TriangulationBase< dim > |
| Provides core functionality for dim-dimensional triangulations. More... | |
| class | regina::detail::BoundaryComponentFaceStorage< dim, allFaces_ > |
| Helper class for storing the necessary faces of a boundary component of a dim-dimensional triangulation. More... | |
| struct | regina::detail::FaceListHolder< BoundaryComponentFaceStorage< dim, true >, subdim > |
| Helper class that indicates what data type is used by a boundary component class to store a list of subdim-faces. More... | |
| class | regina::detail::WeakFaceList< dim, subdim > |
| Internal class that stores all subdim-faces in a component or boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::WeakFaceListSuite< dim, subdim > |
| Internal class that helps a component or boundary component store its lists of faces. More... | |
| class | regina::detail::BoundaryComponentFaceStorage< dim, allFaces_ > |
| Helper class for storing the necessary faces of a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentFaceStorage< dim, false > |
| Helper class for storing the necessary faces of a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentFaceInterface< dim, allFaces, allowVertex_ > |
| Helper class for querying the faces of a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentFaceInterface< dim, allFaces, false > |
| Helper class for querying the faces of a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentStorage< dim, allFaces, allowVertex, canBuild_ > |
| Helper class that manages all data storage for a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentStorage< dim, allFaces, allowVertex, false > |
| Helper class that manages all data storage for a boundary component of a dim-dimensional triangulation. More... | |
| class | regina::detail::BoundaryComponentBase< dim > |
| Helper class that provides core functionality for a boundary component of a dim-dimensional triangulation. More... | |
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
| regina::detail | |
| Contains implementation details and common functionality for Regina's dimension-agnostic classes. | |
Implementation details for boundary components of triangulations.