Regina 7.3 Calculation Engine
|
Internal header for working with triangulations of arbitrary dimension. More...
#include "regina-config.h"
#include "packet/packet.h"
#include "triangulation/forward.h"
#include "utilities/markedvector.h"
#include "utilities/xmlutils.h"
#include <type_traits>
#include "triangulation/detail/triangulation.h"
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::DegreeLessThan< dim, subdim > |
Deprecated function object used for sorting faces of triangulations by increasing degree. More... | |
class | regina::DegreeGreaterThan< dim, subdim > |
Deprecated function object used for sorting faces of triangulations by decreasing degree. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Internal header for working with triangulations of arbitrary dimension.
This file is automatically included from triangulation/generic.h; there is no need for end users to include this header explicitly.