Regina Calculation Engine
|
Helper class that provides dimension-specific aliases for size(), simplices(), hasBoundaryFacets() and countBoundaryFacets(), where reasonable. More...
#include <triangulation/alias/simplex.h>
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.