Regina Calculation Engine
|
Deprecated header that allows reading and writing SnapPea files. More...
Classes | |
class | regina::Triangulation< dim > |
A dim-dimensional triangulation, built by gluing together dim-dimensional simplices along their (dim-1)-dimensional facets. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Functions | |
REGINA_DEPRECATED REGINA_API NTriangulation * | regina::readSnapPea (const char *filename) |
Deprecated function that reads the given SnapPea data file and converts the result to Regina's NTriangulation class (thereby losing some SnapPea-specific information in the process). More... | |
REGINA_DEPRECATED REGINA_API NTriangulation * | regina::readSnapPea (std::istream &in) |
Deprecated function that reads the contents of a SnapPea data file from the given input stream, and converts the result to Regina's NTriangulation class (thereby losing some SnapPea-specific information in the process). More... | |
REGINA_DEPRECATED REGINA_API bool | regina::writeSnapPea (const char *filename, const NTriangulation &tri) |
Deprecated function that writes the given triangulation to the given file using SnapPea's native file format. More... | |
REGINA_DEPRECATED REGINA_API void | regina::writeSnapPea (std::ostream &out, const NTriangulation &tri) |
Deprecated function that writes the given triangulation to the given output stream using SnapPea's native file format. More... | |
Deprecated header that allows reading and writing SnapPea files.