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

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

#include <snappea/examplesnappea.h>

Static Public Member Functions

static SnapPeaTriangulationgieseking ()
 Returns a new triangulation of the Gieseking manifold. More...
 
static SnapPeaTriangulationfigureEight ()
 Returns a new triangulation of the figure eight knot complement. More...
 
static SnapPeaTriangulationtrefoil ()
 Returns a new triangulation of the trefoil knot complement. More...
 
static SnapPeaTriangulationwhiteheadLink ()
 Returns a new triangulation of the Whitehead link complement. More...
 
static SnapPeaTriangulationx101 ()
 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) Example<3> 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 SnapPeaTriangulation* regina::ExampleSnapPea::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 SnapPeaTriangulation* regina::ExampleSnapPea::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 SnapPeaTriangulation* regina::ExampleSnapPea::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 SnapPeaTriangulation* regina::ExampleSnapPea::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 SnapPeaTriangulation* regina::ExampleSnapPea::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).