File reading and writing.
More...
|
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...
|
|
File reading and writing.
NPacket * regina::readFileMagic |
( |
const std::string & |
filename | ) |
|
|
inline |
Deprecated routine that reads a packet tree from the given Regina data file using Regina's native XML file format.
- Deprecated:
- This routine has been renamed as regina::open(), and is now declared in npacket.h. See the documentation for regina::open() for further details.
NPacket * regina::readXMLFile |
( |
const char * |
filename | ) |
|
|
inline |
Deprecated routine that reads a packet tree from the given Regina data file using Regina's native XML file format.
- Deprecated:
- This routine has been renamed as regina::open(), and is now declared in npacket.h. See the documentation for regina::open() for further details.
bool regina::writeXMLFile |
( |
const char * |
filename, |
|
|
NPacket * |
subtree, |
|
|
bool |
compressed = true |
|
) |
| |
|
inline |
Deprecated routine that writes a packet tree (or subtree) to a Regina data file using Regina's native XML file format.
- Deprecated:
- This routine has been renamed as NPacket::save(). See the documentation of NPacket::save() for further details.