Regina Calculation Engine
Classes | Namespaces | Typedefs
dim4component.h File Reference

Deals with connected components of a 4-manifold triangulation. More...

#include "regina-core.h"
#include "generic/component.h"
#include "generic/alias/face.h"

Classes

class  regina::Simplex< dim >
 Represents a top-dimensional simplex in a dim-manifold triangulation. More...
 
class  regina::Triangulation< dim >
 A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets. More...
 
class  regina::Face< dim, subdim >
 Represents a subdim-face in the skeleton of a dim-dimensional triangulation. More...
 
struct  regina::detail::FaceListHolder< Component< 4 >, 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::Component< 4 >
 Represents a connected component of a 4-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.
 

Typedefs

typedef Simplex< 4 > regina::Dim4Pentachoron
 A convenience typedef for Simplex<4>. More...
 
typedef Triangulation< 4 > regina::Dim4Triangulation
 A convenience typedef for Triangulation<4>. More...
 

Detailed Description

Deals with connected components of a 4-manifold triangulation.


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).