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 constexpr const char * | simplices () |
| The XML tag that stores the set of all top-dimensional simplices for a dim-dimensional triangulation. More...
|
|
static constexpr const char * | simplex () |
| The XML tag that stores a single top-dimensional simplex in a dim-dimensional triangulation. More...
|
|
static constexpr const char * | size () |
| The XML attribute that stores the number of top-dimensional simplices in a dim-dimensional triangulation. More...
|
|
template<int dim>
struct regina::detail::XMLTriangulationTags< dim >
Internal class that indicates the XML tags and attributes used to describe top-dimensional simplices in a dim-dimensional triangulation.
- Python
- Not present.
- Template Parameters
-
dim | The dimension of the triangulation in question. |
◆ simplex()
The XML tag that stores a single top-dimensional simplex in a dim-dimensional triangulation.
◆ simplices()
The XML tag that stores the set of all top-dimensional simplices for a dim-dimensional triangulation.
◆ size()
The XML attribute that stores the number of top-dimensional simplices in a dim-dimensional triangulation.
The documentation for this struct was generated from the following file: