Regina Calculation Engine
Public Member Functions | List of all members
regina::XMLTriangulationReader< dim > Class Template Reference

An XML packet reader that reads a single dim-dimensional triangulation. More...

#include <triangulation/xmltrireader.h>

Public Member Functions

 XMLTriangulationReader (XMLTreeResolver &resolver)
 Creates a new triangulation reader. More...
 
XMLElementReaderstartPropertySubElement (const std::string &subTagName, const regina::xml::XMLPropertyDict &subTagProps)
 Returns an XML element reader for the given optional property of a dim-dimensional triangulation. More...
 

Detailed Description

template<int dim>
class regina::XMLTriangulationReader< dim >

An XML packet reader that reads a single dim-dimensional triangulation.

In some dimensions this template is specialised so that it can read in additional properties of the triangulation. In order to use these specialised classes, you will need to include the corresponding headers (e.g., triangulation/xmltrireader3.h for dim = 3).

Python:\n Not present.
Template Parameters
dimThe dimension of the triangulation being read. This must be between 2 and 15 inclusive.

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

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