Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

snappea.h File Reference

Allows reading and writing SnapPea files. More...

#include <string>

Namespaces

namespace  regina

Functions

NTriangulation * readSnapPea (const char *filename)
 Reads a triangulation from the given SnapPea file.
bool writeSnapPea (const char *filename, NTriangulation &tri)
 Writes the given triangulation to the given file in SnapPea format.
std::string stringToToken (const char *str)
 Returns a token derived from the given string.
std::string stringToToken (const std::string &str)
 Returns a token derived from the given string.


Detailed Description

Allows reading and writing SnapPea files.


Copyright © 1999-2004, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).