#include <export_ts.h>
Public Types | |
typedef MESHTYPE::TetraType | FaceType |
typedef Point3< ScalarType > | Point3x |
typedef MESHTYPE::ScalarType | ScalarType |
typedef MESHTYPE::TetraIterator | TetraIterator |
typedef MESHTYPE::VertexIterator | VertexIterator |
typedef MESHTYPE::VertexPointer | VertexPointer |
typedef MESHTYPE::VertexType | VertexType |
Static Public Member Functions | |
static FILE *& | F () |
static int | Save (MESHTYPE &m, const char *filename) |
static void | WritePos (const Point4< ScalarType > &p) |
static void | WritePos (const Point3< ScalarType > &p) |
Definition at line 48 of file export_ts.h.
typedef MESHTYPE::TetraType vcg::tetra::io::ExporterTS< MESHTYPE >::FaceType |
Definition at line 52 of file export_ts.h.
typedef Point3<ScalarType> vcg::tetra::io::ExporterTS< MESHTYPE >::Point3x |
Definition at line 56 of file export_ts.h.
typedef MESHTYPE::ScalarType vcg::tetra::io::ExporterTS< MESHTYPE >::ScalarType |
Definition at line 55 of file export_ts.h.
typedef MESHTYPE::TetraIterator vcg::tetra::io::ExporterTS< MESHTYPE >::TetraIterator |
Definition at line 54 of file export_ts.h.
typedef MESHTYPE::VertexIterator vcg::tetra::io::ExporterTS< MESHTYPE >::VertexIterator |
Definition at line 53 of file export_ts.h.
typedef MESHTYPE::VertexPointer vcg::tetra::io::ExporterTS< MESHTYPE >::VertexPointer |
Definition at line 50 of file export_ts.h.
typedef MESHTYPE::VertexType vcg::tetra::io::ExporterTS< MESHTYPE >::VertexType |
Definition at line 51 of file export_ts.h.
static FILE*& vcg::tetra::io::ExporterTS< MESHTYPE >::F | ( | ) | [inline, static] |
Definition at line 58 of file export_ts.h.
static int vcg::tetra::io::ExporterTS< MESHTYPE >::Save | ( | MESHTYPE & | m, | |
const char * | filename | |||
) | [inline, static] |
Definition at line 69 of file export_ts.h.
static void vcg::tetra::io::ExporterTS< MESHTYPE >::WritePos | ( | const Point4< ScalarType > & | p | ) | [inline, static] |
Definition at line 63 of file export_ts.h.
static void vcg::tetra::io::ExporterTS< MESHTYPE >::WritePos | ( | const Point3< ScalarType > & | p | ) | [inline, static] |
Definition at line 60 of file export_ts.h.