|
Regina Calculation Engine
|
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... | |
Deals with boundary components of a 2-manifold triangulation.