#include <export_u3d.h>
Public Types | |
enum | U3DError { E_NOERROR, E_ABORTED_CONVERSION } |
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
static int | GetExportMaskCapability () |
static int | Save (SaveMeshType &m, const char *output_file, const char *conv_loc, const u3dparametersclasses::Movie15Parameters &mov_par, const int mask) |
static void | substituteChar (QString &st, const QChar &ch_remove, const QString &sub) |
Static Private Member Functions | |
static int | InvokeConverter (const u3dparametersclasses::IDTFConverterParameters &par) |
static void | SaveLatex (SaveMeshType &, const QString &file, const u3dparametersclasses::Movie15Parameters &mov_par) |
Definition at line 98 of file export_u3d.h.
enum vcg::tri::io::ExporterU3D::U3DError |
Definition at line 102 of file export_u3d.h.
static const char* vcg::tri::io::ExporterU3D< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 108 of file export_u3d.h.
static int vcg::tri::io::ExporterU3D< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 245 of file export_u3d.h.
static int vcg::tri::io::ExporterU3D< SaveMeshType >::InvokeConverter | ( | const u3dparametersclasses::IDTFConverterParameters & | par | ) | [inline, static, private] |
Definition at line 128 of file export_u3d.h.
static int vcg::tri::io::ExporterU3D< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | output_file, | |||
const char * | conv_loc, | |||
const u3dparametersclasses::Movie15Parameters & | mov_par, | |||
const int | mask | |||
) | [inline, static] |
Definition at line 191 of file export_u3d.h.
static void vcg::tri::io::ExporterU3D< SaveMeshType >::SaveLatex | ( | SaveMeshType & | , | |
const QString & | file, | |||
const u3dparametersclasses::Movie15Parameters & | mov_par | |||
) | [inline, static, private] |
Definition at line 152 of file export_u3d.h.
static void vcg::tri::io::ExporterU3D< SaveMeshType >::substituteChar | ( | QString & | st, | |
const QChar & | ch_remove, | |||
const QString & | sub | |||
) | [inline, static] |
Definition at line 120 of file export_u3d.h.