Regina Calculation Engine
|
Deals with an individual normal surface in a 3-manifold triangulation. More...
#include <utility>
#include "regina-core.h"
#include "output.h"
#include "maths/nperm4.h"
#include "maths/nray.h"
#include "surfaces/ndisctype.h"
#include "surfaces/normalcoords.h"
#include "utilities/nbooleans.h"
#include "utilities/nproperty.h"
#include <boost/noncopyable.hpp>
Classes | |
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::NormalInfo< coordType > |
A template that stores information about a particular normal coordinate system. More... | |
class | regina::NNormalSurfaceVector |
Stores the vector of a single normal surface in a 3-manifold. More... | |
class | regina::NNormalSurface |
Represents a single normal surface in a 3-manifold. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Macros | |
#define | REGINA_NORMAL_SURFACE_FLAVOUR(class_, id) |
Defines various constants, types and virtual functions for a subclass of NNormalSurfaceVector. More... | |
Typedefs | |
typedef Face< 3, 0 > | regina::NVertex |
A convenience typedef for Face<3, 0>. More... | |
Variables | |
REGINA_API const int | regina::quadSeparating [4][4] |
Lists which quadrilateral types separate which pairs of vertices in a tetrahedron. More... | |
REGINA_DEPRECATED REGINA_API const int(* | regina::vertexSplit )[4] |
Deprecated alias for regina::quadSeparating. More... | |
REGINA_API const int | regina::quadMeeting [4][4][2] |
Lists which quadrilateral types meet which edges in a tetrahedron. More... | |
REGINA_DEPRECATED REGINA_API const int(* | regina::vertexSplitMeeting )[4][2] |
Deprecated alias for regina::quadMeeting. More... | |
REGINA_DEPRECATED REGINA_API const int | regina::vertexSplitDefn [3][4] |
Deprecated array that lists the vertices which each quadrilateral type separates within a tetrahedron. More... | |
REGINA_API const int | regina::quadPartner [3][4] |
Lists the second vertex with which each vertex is paired under each quadrilateral type in a tetrahedron. More... | |
REGINA_DEPRECATED REGINA_API const int(* | regina::vertexSplitPartner )[4] |
Deprecated alias for regina::quadPartner. More... | |
REGINA_API const char | regina::quadString [3][6] |
Contains strings that can be used to represent each quadrilateral type in a tetrahedron. More... | |
REGINA_DEPRECATED REGINA_API const char(* | regina::vertexSplitString )[6] |
Deprecated alias for regina::quadString. More... | |
REGINA_API const NPerm4 | regina::triDiscArcs [4][3] |
Lists in consecutive order the directed normal arcs that form the boundary of each type of triangular normal disc. More... | |
REGINA_API const NPerm4 | regina::quadDiscArcs [3][4] |
Lists in consecutive order the directed normal arcs that form the boundary of each type of quadrilateral normal disc. More... | |
REGINA_API const NPerm4 | regina::octDiscArcs [3][8] |
Lists in consecutive order the directed normal arcs that form the boundary of each type of octagonal normal disc. More... | |
Deals with an individual normal surface in a 3-manifold triangulation.