Regina Calculation Engine
Public Member Functions | List of all members
regina::alias::SimplexAt< Derived, 4, true > Class Template Reference

Helper class that provides dimension-specific aliases for simplex(size_t). More...

#include <triangulation/alias/simplex.h>

Public Member Functions

regina::Simplex< 4 > * pentachoron (size_t index)
 A dimension-specific alias for simplex(). More...
 
const regina::Simplex< 4 > * pentachoron (size_t index) const
 A dimension-specific alias for simplex(). More...
 

Detailed Description

template<class Derived>
class regina::alias::SimplexAt< Derived, 4, true >

Helper class that provides dimension-specific aliases for simplex(size_t).

This is inherited by the class Derived, which must provide two routines of the forms Simplex<dim>* simplex(size_t) and const Simplex<dim>* simplex(size_t) const.

Member Function Documentation

◆ pentachoron() [1/2]

template<class Derived >
regina::Simplex<4>* regina::alias::SimplexAt< Derived, 4, true >::pentachoron ( size_t  index)
inline

A dimension-specific alias for simplex().

See simplex() for further information.

◆ pentachoron() [2/2]

template<class Derived >
const regina::Simplex<4>* regina::alias::SimplexAt< Derived, 4, true >::pentachoron ( size_t  index) const
inline

A dimension-specific alias for simplex().

See simplex() 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).