#include <export_vrml.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 | GetExportMaskCapability () |
Returns mask of capability one define with what are the saveable information of the format. | |
static int | Save (SaveMeshType &m, const char *filename, const int &mask, CallBackPos *) |
Standard call for saving a mesh. |
This class encapsulate a filter for save vrml meshes.
Definition at line 57 of file export_vrml.h.
typedef SaveMeshType::FaceIterator vcg::tri::io::ExporterWRL< SaveMeshType >::FaceIterator |
Definition at line 65 of file export_vrml.h.
typedef SaveMeshType::FaceType vcg::tri::io::ExporterWRL< SaveMeshType >::FaceType |
Definition at line 63 of file export_vrml.h.
typedef SaveMeshType::ScalarType vcg::tri::io::ExporterWRL< SaveMeshType >::ScalarType |
Definition at line 61 of file export_vrml.h.
typedef SaveMeshType::VertexIterator vcg::tri::io::ExporterWRL< SaveMeshType >::VertexIterator |
Definition at line 64 of file export_vrml.h.
typedef SaveMeshType::VertexPointer vcg::tri::io::ExporterWRL< SaveMeshType >::VertexPointer |
Definition at line 60 of file export_vrml.h.
typedef SaveMeshType::VertexType vcg::tri::io::ExporterWRL< SaveMeshType >::VertexType |
Definition at line 62 of file export_vrml.h.
static const char* vcg::tri::io::ExporterWRL< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Standard call for knowing the meaning of an error code.
Definition at line 303 of file export_vrml.h.
static int vcg::tri::io::ExporterWRL< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Returns mask of capability one define with what are the saveable information of the format.
Definition at line 288 of file export_vrml.h.
static int vcg::tri::io::ExporterWRL< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename, | |||
const int & | mask, | |||
CallBackPos * | ||||
) | [inline, static] |
Standard call for saving a mesh.
Definition at line 68 of file export_vrml.h.