#include <export_dxf.h>
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) |
Standard call for saving a mesh. | |
static bool | SaveEdge (SaveMeshType &m, const char *filename) |
static bool | writeHeader (FILE *o, SaveMeshType &mp) |
Private Types | |
typedef SaveMeshType::CoordType | CoordType |
This class encapsulate a filter for save dxf meshes.
Definition at line 39 of file io_trimesh/export_dxf.h.
typedef SaveMeshType::CoordType vcg::tri::io::ExporterDXF< SaveMeshType >::CoordType [private] |
Definition at line 41 of file io_trimesh/export_dxf.h.
static const char* vcg::tri::io::ExporterDXF< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Standard call for knowing the meaning of an error code.
Definition at line 93 of file io_trimesh/export_dxf.h.
static int vcg::tri::io::ExporterDXF< SaveMeshType >::Save | ( | SaveMeshType & | m, |
const char * | filename | ||
) | [inline, static] |
Standard call for saving a mesh.
Definition at line 44 of file io_trimesh/export_dxf.h.
static bool vcg::tri::io::ExporterDXF< SaveMeshType >::SaveEdge | ( | SaveMeshType & | m, |
const char * | filename | ||
) | [inline, static] |
Definition at line 108 of file io_trimesh/export_dxf.h.
static bool vcg::tri::io::ExporterDXF< SaveMeshType >::writeHeader | ( | FILE * | o, |
SaveMeshType & | mp | ||
) | [inline, static] |
Definition at line 154 of file io_trimesh/export_dxf.h.