#include <export_ctm.h>
Public Types | |
typedef SaveMeshType::FaceIterator | FaceIterator |
typedef SaveMeshType::VertexPointer | VertexPointer |
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
static int | GetExportMaskCapability () |
static int | Save (SaveMeshType &m, const char *filename, int mask=0, bool lossLessFlag=false, float relativePrecision=0.0001) |
Definition at line 30 of file export_ctm.h.
typedef SaveMeshType::FaceIterator vcg::tri::io::ExporterCTM< SaveMeshType >::FaceIterator |
Definition at line 35 of file export_ctm.h.
typedef SaveMeshType::VertexPointer vcg::tri::io::ExporterCTM< SaveMeshType >::VertexPointer |
Definition at line 34 of file export_ctm.h.
static const char* vcg::tri::io::ExporterCTM< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 123 of file export_ctm.h.
static int vcg::tri::io::ExporterCTM< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 112 of file export_ctm.h.
static int vcg::tri::io::ExporterCTM< SaveMeshType >::Save | ( | SaveMeshType & | m, |
const char * | filename, | ||
int | mask = 0 , |
||
bool | lossLessFlag = false , |
||
float | relativePrecision = 0.0001 |
||
) | [inline, static] |
Definition at line 37 of file export_ctm.h.