MeshKit  1.0
MeshExporter Struct Reference

#include <Mesh.hpp>

List of all members.

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)

Detailed Description

Definition at line 1513 of file Mesh.hpp.


Member Function Documentation

int off_file ( Mesh m,
const string &  s 
) [private]

Definition at line 112 of file off_io.cpp.

int saveAs ( Mesh m,
const string &  fname 
) [inline]

Definition at line 1522 of file Mesh.hpp.

int simple_file ( Mesh m,
const string &  s 
) [private]

Definition at line 6 of file mesh_io.cpp.

int vtk_file ( Mesh m,
const string &  s 
) [private]

Definition at line 7 of file vtk_io.cpp.

int xml_file ( Mesh m,
const string &  s 
) [private]

Definition at line 116 of file xml_io.cpp.


Member Data Documentation

const int OBJ_FORMAT = 2 [static]

Definition at line 1517 of file Mesh.hpp.

const int OFF_FORMAT = 1 [static]

Definition at line 1516 of file Mesh.hpp.

const int SIMPLE_FORMAT = 0 [static]

Definition at line 1515 of file Mesh.hpp.

const int TRIANGLE_FORMAT = 4 [static]

Definition at line 1519 of file Mesh.hpp.

const int VTK_FORMAT = 3 [static]

Definition at line 1518 of file Mesh.hpp.

const int XML_FORMAT = 5 [static]

Definition at line 1520 of file Mesh.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines