MeshKit
1.0
|
#include <Mesh.hpp>
Public Member Functions | |
int | saveAs (Mesh *m, const string &fname) |
Static Public Attributes | |
static const int | SIMPLE_FORMAT = 0 |
static const int | OFF_FORMAT = 1 |
static const int | OBJ_FORMAT = 2 |
static const int | VTK_FORMAT = 3 |
static const int | TRIANGLE_FORMAT = 4 |
static const int | XML_FORMAT = 5 |
Private Member Functions | |
int | off_file (Mesh *m, const string &s) |
int | simple_file (Mesh *m, const string &s) |
int | vtk_file (Mesh *m, const string &s) |
int | xml_file (Mesh *m, const string &s) |
Definition at line 112 of file off_io.cpp.
int simple_file | ( | Mesh * | m, |
const string & | s | ||
) | [private] |
Definition at line 6 of file mesh_io.cpp.
Definition at line 7 of file vtk_io.cpp.
Definition at line 116 of file xml_io.cpp.
const int OBJ_FORMAT = 2 [static] |
const int OFF_FORMAT = 1 [static] |
const int SIMPLE_FORMAT = 0 [static] |
const int TRIANGLE_FORMAT = 4 [static] |
const int VTK_FORMAT = 3 [static] |
const int XML_FORMAT = 5 [static] |