Regina Calculation Engine
Static Public Member Functions | List of all members
regina::NExampleSnapPeaTriangulation Class Reference

This class offers routines for constructing various example SnapPea triangulations. More...

#include <snappea/nexamplesnappeatriangulation.h>

Static Public Member Functions

static NSnapPeaTriangulationgieseking ()
 Returns a new triangulation of the Gieseking manifold. More...
 
static NSnapPeaTriangulationfigureEight ()
 Returns a new triangulation of the figure eight knot complement. More...
 
static NSnapPeaTriangulationtrefoil ()
 Returns a new triangulation of the trefoil knot complement. More...
 
static NSnapPeaTriangulationwhiteheadLink ()
 Returns a new triangulation of the Whitehead link complement. More...
 
static NSnapPeaTriangulationx101 ()
 Returns a new triangulation of the census manifold x101. More...
 

Detailed Description

This class offers routines for constructing various example SnapPea triangulations.

This is analagous to the (much richer) NExampleTriangulation class.

Each of the routines in this class constructs a new triangulation from scratch. It is up to the caller of each routine to destroy the triangulation that is returned.

Member Function Documentation

§ figureEight()

static NSnapPeaTriangulation* regina::NExampleSnapPeaTriangulation::figureEight ( )
static

Returns a new triangulation of the figure eight knot complement.

Returns
a newly constructed SnapPea triangulation, which must be destroyed by the caller of this routine.

§ gieseking()

static NSnapPeaTriangulation* regina::NExampleSnapPeaTriangulation::gieseking ( )
static

Returns a new triangulation of the Gieseking manifold.

Returns
a newly constructed SnapPea triangulation, which must be destroyed by the caller of this routine.

§ trefoil()

static NSnapPeaTriangulation* regina::NExampleSnapPeaTriangulation::trefoil ( )
static

Returns a new triangulation of the trefoil knot complement.

Returns
a newly constructed SnapPea triangulation, which must be destroyed by the caller of this routine.

§ whiteheadLink()

static NSnapPeaTriangulation* regina::NExampleSnapPeaTriangulation::whiteheadLink ( )
static

Returns a new triangulation of the Whitehead link complement.

Returns
a newly constructed SnapPea triangulation, which must be destroyed by the caller of this routine.

§ x101()

static NSnapPeaTriangulation* regina::NExampleSnapPeaTriangulation::x101 ( )
static

Returns a new triangulation of the census manifold x101.

Returns
a newly constructed SnapPea triangulation, which must be destroyed by the caller of this routine.

The documentation for this class was generated from the following file:

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