#include <export_idtf.h>
Public Types | |
typedef SaveMeshType::ConstFaceIterator | ConstFaceIterator |
typedef SaveMeshType::ConstVertexIterator | ConstVertexIterator |
typedef SaveMeshType::CoordType | CoordType |
typedef SaveMeshType::FaceIterator | FaceIterator |
typedef SaveMeshType::FaceType | FaceType |
enum | IDTFError { E_NOERROR } |
typedef SaveMeshType::ScalarType | ScalarType |
typedef SaveMeshType::VertexIterator | VertexIterator |
typedef SaveMeshType::VertexPointer | VertexPointer |
typedef SaveMeshType::VertexType | VertexType |
Static Public Member Functions | |
static QStringList | convertInTGATextures (SaveMeshType &m, const QString &path, QStringList &textures_to_be_restored) |
static const char * | ErrorMsg (int error) |
static int | GetExportMaskCapability () |
static void | removeConvertedTGATextures (const QStringList &convfile) |
static void | restoreConvertedTextures (SaveMeshType &mesh_with_textures_to_be_restored, const QStringList &textures_to_be_restored) |
static int | Save (SaveMeshType &m, const char *file, const int mask) |
Definition at line 261 of file export_idtf.h.
typedef SaveMeshType::ConstFaceIterator vcg::tri::io::ExporterIDTF< SaveMeshType >::ConstFaceIterator |
Definition at line 272 of file export_idtf.h.
typedef SaveMeshType::ConstVertexIterator vcg::tri::io::ExporterIDTF< SaveMeshType >::ConstVertexIterator |
Definition at line 269 of file export_idtf.h.
typedef SaveMeshType::CoordType vcg::tri::io::ExporterIDTF< SaveMeshType >::CoordType |
Definition at line 273 of file export_idtf.h.
typedef SaveMeshType::FaceIterator vcg::tri::io::ExporterIDTF< SaveMeshType >::FaceIterator |
Definition at line 271 of file export_idtf.h.
typedef SaveMeshType::FaceType vcg::tri::io::ExporterIDTF< SaveMeshType >::FaceType |
Definition at line 268 of file export_idtf.h.
typedef SaveMeshType::ScalarType vcg::tri::io::ExporterIDTF< SaveMeshType >::ScalarType |
Definition at line 266 of file export_idtf.h.
typedef SaveMeshType::VertexIterator vcg::tri::io::ExporterIDTF< SaveMeshType >::VertexIterator |
Definition at line 270 of file export_idtf.h.
typedef SaveMeshType::VertexPointer vcg::tri::io::ExporterIDTF< SaveMeshType >::VertexPointer |
Definition at line 265 of file export_idtf.h.
typedef SaveMeshType::VertexType vcg::tri::io::ExporterIDTF< SaveMeshType >::VertexType |
Definition at line 267 of file export_idtf.h.
enum vcg::tri::io::ExporterIDTF::IDTFError |
Definition at line 275 of file export_idtf.h.
static QStringList vcg::tri::io::ExporterIDTF< SaveMeshType >::convertInTGATextures | ( | SaveMeshType & | m, | |
const QString & | path, | |||
QStringList & | textures_to_be_restored | |||
) | [inline, static] |
Definition at line 291 of file export_idtf.h.
static const char* vcg::tri::io::ExporterIDTF< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 280 of file export_idtf.h.
static int vcg::tri::io::ExporterIDTF< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 634 of file export_idtf.h.
static void vcg::tri::io::ExporterIDTF< SaveMeshType >::removeConvertedTGATextures | ( | const QStringList & | convfile | ) | [inline, static] |
Definition at line 305 of file export_idtf.h.
static void vcg::tri::io::ExporterIDTF< SaveMeshType >::restoreConvertedTextures | ( | SaveMeshType & | mesh_with_textures_to_be_restored, | |
const QStringList & | textures_to_be_restored | |||
) | [inline, static] |
Definition at line 311 of file export_idtf.h.
static int vcg::tri::io::ExporterIDTF< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | file, | |||
const int | mask | |||
) | [inline, static] |
Definition at line 318 of file export_idtf.h.