Regina 7.3 Calculation Engine
regina::alias::SimplexVoid< Derived, dim > Class Template Reference

Helper class that provides a dimension-specific alias for simplex(), where reasonable. More...

#include <triangulation/alias/face.h>

Detailed Description

template<class Derived, int dim>
class regina::alias::SimplexVoid< Derived, dim >

Helper class that provides a dimension-specific alias for simplex(), where reasonable.

This is inherited by the class Derived, which must provide a routine of the form Simplex<dim>* simplex() const.

The name of the alias is determined by the dimension dim, and the alias is only provided for those dimensions dim that are sufficiently small.


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

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