#include <export_smf.h>
Public Types | |
typedef SaveMeshType::FaceIterator | FaceIterator |
typedef SaveMeshType::FaceType | FaceType |
typedef SaveMeshType::ScalarType | ScalarType |
typedef SaveMeshType::VertexIterator | VertexIterator |
typedef SaveMeshType::VertexPointer | VertexPointer |
typedef SaveMeshType::VertexType | VertexType |
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
Standard call for knowing the meaning of an error code. | |
static int | Save (SaveMeshType &m, const char *filename, const int &mask, CallBackPos *cb=0) |
Standard call for saving a mesh. |
This class encapsulate a filter for save smf meshes.
Definition at line 45 of file export_smf.h.
typedef SaveMeshType::FaceIterator vcg::tri::io::ExporterSMF< SaveMeshType >::FaceIterator |
Definition at line 53 of file export_smf.h.
typedef SaveMeshType::FaceType vcg::tri::io::ExporterSMF< SaveMeshType >::FaceType |
Definition at line 51 of file export_smf.h.
typedef SaveMeshType::ScalarType vcg::tri::io::ExporterSMF< SaveMeshType >::ScalarType |
Definition at line 49 of file export_smf.h.
typedef SaveMeshType::VertexIterator vcg::tri::io::ExporterSMF< SaveMeshType >::VertexIterator |
Definition at line 52 of file export_smf.h.
typedef SaveMeshType::VertexPointer vcg::tri::io::ExporterSMF< SaveMeshType >::VertexPointer |
Definition at line 48 of file export_smf.h.
typedef SaveMeshType::VertexType vcg::tri::io::ExporterSMF< SaveMeshType >::VertexType |
Definition at line 50 of file export_smf.h.
static const char* vcg::tri::io::ExporterSMF< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Standard call for knowing the meaning of an error code.
Definition at line 88 of file export_smf.h.
static int vcg::tri::io::ExporterSMF< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename, | |||
const int & | mask, | |||
CallBackPos * | cb = 0 | |||
) | [inline, static] |
Standard call for saving a mesh.
Definition at line 56 of file export_smf.h.