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

Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable. More...

#include <triangulation/alias/simplex.h>

Detailed Description

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

Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable.

This is inherited by the class Derived, which must provide routines of the forms size_t size() const, const std::vector<Simplex<dim>*>& simplices() const, bool hasBoundaryFacets() const, and size_t countBoundaryFacets() const.

The names of the aliases are determined by the dimension dim, and the aliases are only provided for those dimensions dim that are sufficiently small.


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

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