#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< SaveMeshType > &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< SaveMeshType > &mov_par) |
Definition at line 105 of file export_u3d.h.
enum vcg::tri::io::ExporterU3D::U3DError |
Definition at line 109 of file export_u3d.h.
static const char* vcg::tri::io::ExporterU3D< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 115 of file export_u3d.h.
static int vcg::tri::io::ExporterU3D< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 252 of file export_u3d.h.
static int vcg::tri::io::ExporterU3D< SaveMeshType >::InvokeConverter | ( | const u3dparametersclasses::IDTFConverterParameters & | par | ) | [inline, static, private] |
Definition at line 135 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< SaveMeshType > & | mov_par, | ||
const int | mask | ||
) | [inline, static] |
Definition at line 198 of file export_u3d.h.
static void vcg::tri::io::ExporterU3D< SaveMeshType >::SaveLatex | ( | SaveMeshType & | , |
const QString & | file, | ||
const u3dparametersclasses::Movie15Parameters< SaveMeshType > & | mov_par | ||
) | [inline, static, private] |
Definition at line 159 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 127 of file export_u3d.h.