
Static Public Member Functions | |
| static int | openMesh (PolyMesh &mesh, const char *filename) |
| open Loads a polygonal mesh from file. | |
| static int | saveMesh (PolyMesh &mesh, const char *filename) |
| saveMesh Writes a polygonal mesh into a file. | |
Definition at line 35 of file polygonmesh_polychord_collapse.cpp.
| static int PolyMesh::openMesh | ( | PolyMesh & | mesh, |
| const char * | filename | ||
| ) | [inline, static] |
open Loads a polygonal mesh from file.
| mesh | The mesh object into which to extract the mesh. |
| filename | The filename where the mesh is stored. |
Definition at line 47 of file polygonmesh_polychord_collapse.cpp.
| static int PolyMesh::saveMesh | ( | PolyMesh & | mesh, |
| const char * | filename | ||
| ) | [inline, static] |
saveMesh Writes a polygonal mesh into a file.
| mesh | The mesh to write. |
| filename | The filename where to store the mesh. |
Definition at line 74 of file polygonmesh_polychord_collapse.cpp.