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

Deals with boundary components of a 2-manifold triangulation. More...

#include <vector>
#include "regina-core.h"
#include "output.h"
#include "generic/alias/face.h"
#include "utilities/nmarkedvector.h"
#include <boost/noncopyable.hpp>
#include "dim2/dim2vertex.h"

Classes

class  regina::Component< dim >
 A connected component of 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...
 
class  regina::Dim2BoundaryComponent
 Represents a component of the boundary of a 2-manifold triangulation. More...
 

Namespaces

 regina
 Contains the entire Regina calculation engine.
 

Typedefs

typedef Component< 2 > regina::Dim2Component
 A convenience typedef for Component<2>. More...
 
typedef Face< 2, 0 > regina::Dim2Vertex
 A convenience typedef for Face<2, 0>. More...
 
typedef Face< 2, 1 > regina::Dim2Edge
 A convenience typedef for Face<2, 1>. More...
 

Detailed Description

Deals with boundary components of a 2-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).