Regina Calculation Engine
|
Internal class that indicates the XML tags and attributes used to describe top-dimensional simplices in a dim-dimensional triangulation. More...
#include <triangulation/detail/xmltrireader.h>
Static Public Member Functions | |
constexpr static const char * | simplices () |
The XML tag that stores the set of all top-dimensional simplices for a dim-dimensional triangulation. More... | |
constexpr static const char * | simplex () |
The XML tag that stores a single top-dimensional simplex in a dim-dimensional triangulation. More... | |
constexpr static const char * | size () |
The XML attribute that stores the number of top-dimensional simplices in a dim-dimensional triangulation. More... | |
Internal class that indicates the XML tags and attributes used to describe top-dimensional simplices in a dim-dimensional triangulation.
dim | The dimension of the triangulation in question. |