#include <string>
Namespaces | |
namespace | regina |
Functions | |
NTriangulation * | regina::readSnapPea (const char *filename) |
Reads a triangulation from the given SnapPea file. | |
bool | regina::writeSnapPea (const char *filename, NTriangulation &tri) |
Writes the given triangulation to the given file in SnapPea format. | |
std::string | regina::stringToToken (const char *str) |
Returns a token derived from the given string. | |
std::string | regina::stringToToken (const std::string &str) |
Returns a token derived from the given string. |