Regina Calculation Engine
Classes | Namespaces | Functions
ndisc.h File Reference

Deals with individual normal discs and sets of normal discs in a normal surface. More...

#include <cassert>
#include "regina-core.h"
#include "surfaces/nnormalsurface.h"
#include "triangulation/ntriangulation.h"

Classes

struct  regina::NDiscSpec
 Specifies a single normal disc in a normal surface. More...
 
class  regina::NDiscSetTet
 Represents a set of normal discs inside a single tetrahedron. More...
 
class  regina::NDiscSetTetData< T >
 Stores data of type T for every normal disc inside a single tetrahedron. More...
 
class  regina::NDiscSetSurface
 Represents the set of all normal discs forming a normal surface. More...
 
class  regina::NDiscSetSurfaceData< T >
 Stores data of type T for every normal disc within a particular normal surface. More...
 
class  regina::NDiscSpecIterator
 An iterator used for running through all normal discs in a normal surface. More...
 

Namespaces

 regina
 Contains the entire Regina calculation engine.
 

Functions

REGINA_API std::ostream & regina::operator<< (std::ostream &out, const NDiscSpec &spec)
 Writes the given disc specifier to the given output stream. More...
 
REGINA_API bool regina::numberDiscsAwayFromVertex (int discType, int vertex)
 Determines whether or not normal discs of the given type are numbered away from the given vertex. More...
 
REGINA_API bool regina::discOrientationFollowsEdge (int discType, int vertex, int edgeStart, int edgeEnd)
 Determines whether or not the natural boundary orientation of a normal disc of the given type follows the given directed normal arc. More...
 

Detailed Description

Deals with individual normal discs and sets of normal discs in a normal surface.


Copyright © 1999-2014, 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@debian.org).