#include <export_dxf.h>
Public Member Functions | |
ExporterDXF (void) | |
Static Public Member Functions | |
static void | Save (EdgeMeshType *mp, FILE *o) |
static bool | Save (EdgeMeshType *mp, const char *filename) |
Definition at line 50 of file io_edgemesh/export_dxf.h.
vcg::edg::io::ExporterDXF< EdgeMeshType >::ExporterDXF | ( | void | ) | [inline] |
Definition at line 54 of file io_edgemesh/export_dxf.h.
static void vcg::edg::io::ExporterDXF< EdgeMeshType >::Save | ( | EdgeMeshType * | mp, | |
FILE * | o | |||
) | [inline, static] |
Definition at line 79 of file io_edgemesh/export_dxf.h.
static bool vcg::edg::io::ExporterDXF< EdgeMeshType >::Save | ( | EdgeMeshType * | mp, | |
const char * | filename | |||
) | [inline, static] |
Definition at line 58 of file io_edgemesh/export_dxf.h.