Regina Calculation Engine
|
Helper class that provides dimension-specific aliases for simplex(size_t), where reasonable. More...
#include <generic/alias/simplex.h>
Helper class that provides dimension-specific aliases for simplex(size_t), where reasonable.
This is inherited by the class Derived:
false
, then Derived must provide a routine of the form Simplex<dim>* simplex(size_t) const
.true
, then Derived must provide two routines of the forms Simplex<dim>* simplex(size_t)
and const Simplex<dim>* simplex(size_t) 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.