#include <export.h>
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
static bool | FileExtension (std::string filename, std::string extension) |
static int | Save (OpenMeshType &m, const char *filename, CallBackPos *cb=0) |
static int | Save (OpenMeshType &m, const char *filename, const int mask, CallBackPos *cb=0) |
Private Types | |
enum | KnownTypes { KT_UNKNOWN, KT_PLY, KT_STL, KT_DXF, KT_OFF, KT_OBJ } |
Static Private Member Functions | |
static int & | LastType () |
This class encapsulate a filter for automatically importing meshes by guessing the right filter according to the extension
enum vcg::tri::io::Exporter::KnownTypes [private] |
static const char* vcg::tri::io::Exporter< OpenMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
static bool vcg::tri::io::Exporter< OpenMeshType >::FileExtension | ( | std::string | filename, |
std::string | extension | ||
) | [inline, static] |
static int& vcg::tri::io::Exporter< OpenMeshType >::LastType | ( | ) | [inline, static, private] |
static int vcg::tri::io::Exporter< OpenMeshType >::Save | ( | OpenMeshType & | m, |
const char * | filename, | ||
CallBackPos * | cb = 0 |
||
) | [inline, static] |
static int vcg::tri::io::Exporter< OpenMeshType >::Save | ( | OpenMeshType & | m, |
const char * | filename, | ||
const int | mask, | ||
CallBackPos * | cb = 0 |
||
) | [inline, static] |