Regina Calculation Engine
Classes | Namespaces
triangulation.h File Reference

Implementation details for triangulations of arbitrary dimension. More...

#include <iomanip>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include "regina-core.h"
#include "core/output.h"
#include "algebra/abeliangroup.h"
#include "algebra/grouppresentation.h"
#include "maths/matrix.h"
#include "triangulation/generic/component.h"
#include "triangulation/generic/boundarycomponent.h"
#include "triangulation/generic/face.h"
#include "triangulation/generic/isomorphism.h"
#include "triangulation/generic/simplex.h"
#include "triangulation/alias/face.h"
#include "triangulation/alias/simplex.h"
#include "utilities/property.h"
#include "triangulation/detail/canonical-impl.h"

Classes

class  regina::detail::XMLTriangulationReaderBase< dim >
 Helper class that provides core functionality for the XML packet reader that reads a single dim-dimensional triangulation. More...
 
class  regina::detail::FaceListSuite< dim, subdim >
 Internal class that helps a triangulation store its lists of faces. More...
 
struct  regina::detail::FaceListHolder< detail::TriangulationBase< dim >, subdim >
 Helper class that indicates what data type is used by a triangulation class to store a list of subdim-faces. More...
 
struct  regina::detail::FaceCalculator< dim, subdim, codim >
 Internal class used to calculate lower-dimensional faces in a triangulation. More...
 
struct  regina::detail::BoundaryComponentCalculator< dim, subdim >
 Internal class used to identify lower-dimensional faces in a boundary component of a triangulation. More...
 
struct  regina::detail::EulerCalculator< dim, subdim >
 Internal class used to calculate the Euler characteristic of a triangulation. More...
 
struct  regina::detail::PachnerHelper< dim, k >
 Internal class used to perform Pachner moves on a triangulation. More...
 
class  regina::detail::TriangulationBase< dim >
 Provides core functionality for dim-dimensional triangulations. More...
 
class  regina::detail::TriangulationBase< dim >::TopologyLock
 Creates a temporary lock on the topological properties of the given 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 triangulations of arbitrary dimension.


Copyright © 1999-2018, 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).