Regina Calculation Engine
regina::alias::FaceOfTriangulation< Derived, dim, maxdim > Class Template Reference

Helper class that provides dimension-specific aliases for countFaces<subdim>() and face<subdim>(size_t), where reasonable, for facial dimensions subdimmaxdim. More...

#include <generic/alias/face.h>

Detailed Description

template<class Derived, int dim, int maxdim = dim - 1>
class regina::alias::FaceOfTriangulation< Derived, dim, maxdim >

Helper class that provides dimension-specific aliases for countFaces<subdim>() and face<subdim>(size_t), where reasonable, for facial dimensions subdimmaxdim.

This is inherited by the class Derived, which must provide template functions of the form size_t countFaces<subdim>() and Face<dim, subdim>* face<subdim>(size_t) const, again for all facial dimensions subdimmaxdim.

The names of the aliases are determined by the facial dimensions subdim, and these aliases are only provided for sufficiently small subdim.


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

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