Regina 7.0 Calculation Engine
|
Helper class that provides dimension-specific aliases for both const and non-const versions of simpImage(unsigned) and facetPerm(unsigned), where reasonable, for isomorphisms in dimension dim. More...
#include <triangulation/alias/isomorphism.h>
Helper class that provides dimension-specific aliases for both const and non-const versions of simpImage(unsigned) and facetPerm(unsigned), where reasonable, for isomorphisms in dimension dim.
This is inherited by the class Derived, which must provide functions of the form int& simpImage(unsigned)
, int simpImage(unsigned) const
, Perm<dim+1>& facetPerm(unsigned)
and Perm<dim+1> facetPerm(unsigned) const
.
The names of the aliases are determined by the dimension dim, and these aliases are only provided for sufficiently small dim.