|
Regina Calculation Engine
|
Implementation details for lower-dimensional faces of triangulations. More...
#include "regina-core.h"#include "output.h"#include "maths/perm.h"#include "triangulation/facenumbering.h"#include "triangulation/alias/face.h"#include "triangulation/alias/facenumber.h"#include "triangulation/alias/simplex.h"#include "triangulation/detail/strings.h"#include "triangulation/forward.h"#include "utilities/markedvector.h"#include <deque>#include <vector>#include <boost/noncopyable.hpp>Classes | |
| class | regina::detail::TriangulationBase< dim > |
| Provides core functionality for dim-dimensional triangulations. More... | |
| class | regina::detail::FaceEmbeddingBase< dim, subdim > |
| Helper class that provides core functionality for describing how a subdim-face of a dim-dimensional triangulation appears within each top-dimensional simplex. More... | |
| class | regina::detail::FaceStorage< dim, codim > |
| Helper class for storing all the ways in which a given face of codimension codim in a dim-dimensional triangulation appears within the various top-dimensional simplices. More... | |
| class | regina::detail::FaceValidity< allowsInvalid, testLinks > |
| Helper class that stores whether a face is valid. More... | |
| class | regina::detail::FaceValidity< false, testLinks > |
| Helper class that stores whether a face is valid. More... | |
| class | regina::detail::FaceValidity< true, false > |
| Helper class that stores whether a face is valid. More... | |
| class | regina::detail::FaceOrientability< allowsNonorientable > |
| Helper class that stores whether the link of a face is orientable. More... | |
| class | regina::detail::FaceOrientability< false > |
| Helper class that stores whether the link of a face is orientable. More... | |
| struct | regina::detail::FaceListHolder< class, int > |
| Helper class that indicates what data type Base uses to store its list of subdim-faces. More... | |
| class | regina::detail::FaceBase< dim, subdim > |
| Helper class that provides core functionality for a subdim-face in the skeleton of a dim-dimensional triangulation. More... | |
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
| regina::detail | |
| Contains implementation details and common functionality for Regina's dimension-agnostic classes. | |
Functions | |
| constexpr bool | regina::detail::allowsInvalidFaces (int dim, int subdim) |
| Indicates whether it is possible for a subdim-face of a dim-dimensional triangulation to be invalid. More... | |
| constexpr bool | regina::detail::allowsNonOrientableLinks (int dim, int subdim) |
| Indicates whether it is possible for a subdim-face of a dim-dimensional triangulation to have a non-orientable link. More... | |
Implementation details for lower-dimensional faces of triangulations.