Regina 7.0 Calculation Engine
Public Member Functions | List of all members
regina::alias::IsomorphismImage< Derived, 2 > Class Template Reference

Helper class that provides dimension-specific aliases for both const and non-const versions of simpImage(unsigned) and facetPerm(unsigned). More...

#include <triangulation/alias/isomorphism.h>

Public Member Functions

int & triImage (unsigned sourceSimp)
 A dimension-specific alias for simpImage(). More...
 
int triImage (unsigned sourceSimp) const
 A dimension-specific alias for simpImage(). More...
 
Perm< 3 > & edgePerm (unsigned sourceSimp)
 A dimension-specific alias for facetPerm(). More...
 
Perm< 3 > edgePerm (unsigned sourceSimp) const
 A dimension-specific alias for facetPerm(). More...
 

Detailed Description

template<class Derived>
class regina::alias::IsomorphismImage< Derived, 2 >

Helper class that provides dimension-specific aliases for both const and non-const versions of simpImage(unsigned) and facetPerm(unsigned).

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.

Member Function Documentation

◆ edgePerm() [1/2]

template<class Derived >
Perm< 3 > & regina::alias::IsomorphismImage< Derived, 2 >::edgePerm ( unsigned  sourceSimp)
inline

A dimension-specific alias for facetPerm().

See facetPerm() for further information.

◆ edgePerm() [2/2]

template<class Derived >
Perm< 3 > regina::alias::IsomorphismImage< Derived, 2 >::edgePerm ( unsigned  sourceSimp) const
inline

A dimension-specific alias for facetPerm().

See facetPerm() for further information.

◆ triImage() [1/2]

template<class Derived >
int & regina::alias::IsomorphismImage< Derived, 2 >::triImage ( unsigned  sourceSimp)
inline

A dimension-specific alias for simpImage().

See simpImage() for further information.

◆ triImage() [2/2]

template<class Derived >
int regina::alias::IsomorphismImage< Derived, 2 >::triImage ( unsigned  sourceSimp) const
inline

A dimension-specific alias for simpImage().

See simpImage() for further information.


The documentation for this class was generated from the following file:

Copyright © 1999-2021, 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).