Regina 7.3 Calculation Engine
|
Internal header for combinatorial isomorphisms between triangulations of arbitrary dimension. More...
#include "regina-core.h"
#include "core/output.h"
#include "triangulation/facetspec.h"
#include "triangulation/alias/isomorphism.h"
#include "triangulation/forward.h"
#include "maths/perm.h"
#include "utilities/exception.h"
#include "utilities/randutils.h"
#include "utilities/tightencoding.h"
#include <sys/types.h>
#include <algorithm>
Classes | |
class | regina::Isomorphism< dim > |
Represents a combinatorial isomorphism from one dim-manifold triangulation into another. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<int dim> | |
void | regina::swap (Isomorphism< dim > &a, Isomorphism< dim > &b) noexcept |
Swaps the contents of the given isomorphisms. More... | |
Internal header for combinatorial isomorphisms between 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.