Regina 7.3 Calculation Engine
Classes | Namespaces | Functions
isomorphism.h File Reference

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...
 

Detailed Description

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.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).