Regina Calculation Engine
|
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... | |
XMLElementReader * | startPropertySubElement (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... | |
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).
dim | The dimension of the triangulation being read. This must be between 2 and 15 inclusive. |