vcg::tri::io::Exporter< OpenMeshType > Class Template Reference
#include <export.h>
List of all members.
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, const int mask, CallBackPos *cb=0) |
static int | Save (OpenMeshType &m, const char *filename, 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 () |
Detailed Description
template<class OpenMeshType>
class vcg::tri::io::Exporter< OpenMeshType >
This class encapsulate a filter for automatically importing meshes by guessing the right filter according to the extension
Definition at line 70 of file export.h.
Member Enumeration Documentation
template<class OpenMeshType>
- Enumerator:
KT_UNKNOWN |
|
KT_PLY |
|
KT_STL |
|
KT_DXF |
|
KT_OFF |
|
KT_OBJ |
|
Definition at line 73 of file export.h.
Member Function Documentation
template<class OpenMeshType>
template<class OpenMeshType>
static bool vcg::tri::io::Exporter< OpenMeshType >::FileExtension |
( |
std::string |
filename, |
|
|
std::string |
extension | |
|
) |
| | [inline, static] |
template<class OpenMeshType>
template<class OpenMeshType>
template<class OpenMeshType>
The documentation for this class was generated from the following file: