Regina Calculation Engine
|
Provides core functionality for constructing example dim-dimensional triangulations. More...
#include <triangulation/detail/example.h>
Static Public Member Functions | |
static Triangulation< dim > * | sphere () |
Closed Triangulations. More... | |
static Triangulation< dim > * | simplicialSphere () |
Returns the standard (dim+2)-simplex triangulation of the dim-sphere as the boundary of a (dim+1)-simplex. More... | |
static Triangulation< dim > * | sphereBundle () |
Returns a two-simplex triangulation of the product space S^(dim-1) x S^1 . More... | |
static Triangulation< dim > * | twistedSphereBundle () |
Returns a two-simplex triangulation of the twisted product space S^(dim-1) x~ S^1 . More... | |
static Triangulation< dim > * | ball () |
Bounded Triangulations. More... | |
static Triangulation< dim > * | ballBundle () |
Returns a triangulation of the product space B^(dim-1) x S^1 . More... | |
static Triangulation< dim > * | twistedBallBundle () |
Returns a triangulation of the twisted product space B^(dim-1) x~ S^1 . More... | |
Provides core functionality for constructing example dim-dimensional triangulations.
These example triangulations are made available through the class Example<dim>, which uses this as a base class. End users should not need to refer to ExampleBase directly.
See the Example class notes for further information.
dim | the dimension of the example triangulations to construct. This must be between 2 and 15 inclusive. |