Regina Calculation Engine
|
Allows reading and writing SnapPea files. More...
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_API NTriangulation * | regina::readSnapPea (const char *filename) |
Reads a triangulation from the given SnapPea file. | |
REGINA_API bool | regina::writeSnapPea (const char *filename, NTriangulation &tri) |
Writes the given triangulation to the given file in SnapPea format. | |
REGINA_API std::string | regina::stringToToken (const char *str) |
Returns a token derived from the given string. | |
REGINA_API std::string | regina::stringToToken (const std::string &str) |
Returns a token derived from the given string. |
Allows reading and writing SnapPea files.