Regina Calculation Engine
|
Deals with storing program data (including packet trees) in XML data files. More...
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_API bool | regina::writeXMLFile (const char *filename, NPacket *subtree, bool compressed=true) |
Deprecated routine that writes a packet tree (or subtree) to a Regina data file using Regina's native XML file format. More... | |
REGINA_API NPacket * | regina::readXMLFile (const char *filename) |
Deprecated routine that reads a packet tree from the given Regina data file using Regina's native XML file format. More... | |
REGINA_API NPacket * | regina::readFileMagic (const std::string &filename) |
Deprecated routine that reads a packet tree from the given Regina data file using Regina's native XML file format. More... | |
Deals with storing program data (including packet trees) in XML data files.