Regina Calculation Engine
|
Deals with 2-spheres made from two triangles glued along their three edges. More...
#include "regina-core.h"
#include "output.h"
#include "maths/nperm4.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... | |
class | regina::NPillowTwoSphere |
Represents a 2-sphere made from two triangles glued together along their three edges. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Typedefs | |
typedef Face< 3, 2 > | regina::NTriangle |
A convenience typedef for Face<3, 2>. More... | |
Deals with 2-spheres made from two triangles glued along their three edges.