Regina Calculation Engine
|
Implementation details for connected components of triangulations. More...
#include <vector>
#include "regina-core.h"
#include "core/output.h"
#include "triangulation/alias/face.h"
#include "triangulation/alias/simplex.h"
#include "triangulation/forward.h"
#include "utilities/markedvector.h"
Classes | |
struct | regina::detail::FaceListHolder< Component< dim >, subdim > |
Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces. More... | |
class | regina::detail::ComponentBase< dim > |
Helper class that provides core functionality for a connected component of a dim-manifold 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 connected components of triangulations.