Regina Calculation Engine
Static Public Member Functions | List of all members
regina::detail::XMLTriangulationTags< dim > Struct Template Reference

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...
 

Detailed Description

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:\n Not present.
Template Parameters
dimThe dimension of the triangulation in question.

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

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