Regina Calculation Engine
Classes | Namespaces
boundarycomponent.h File Reference

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.
 

Detailed Description

Implementation details for boundary components of triangulations.


Copyright © 1999-2016, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).