#include <export_ply.h>
Public Types | |
typedef SaveMeshType::FaceIterator | FaceIterator |
typedef SaveMeshType::FacePointer | FacePointer |
typedef SaveMeshType::FaceType | FaceType |
typedef ::vcg::ply::PropDescriptor | PropDescriptor |
typedef SaveMeshType::ScalarType | ScalarType |
typedef SaveMeshType::VertexIterator | VertexIterator |
typedef SaveMeshType::VertexPointer | VertexPointer |
typedef SaveMeshType::VertexType | VertexType |
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
static int | GetExportMaskCapability () |
static int | Save (SaveMeshType &m, const char *filename, bool binary, PlyInfo &pi, CallBackPos *cb=0) |
static int | Save (SaveMeshType &m, const char *filename, int savemask, bool binary=true, CallBackPos *cb=0) |
static int | Save (SaveMeshType &m, const char *filename, bool binary=true) |
Static Private Member Functions | |
template<class StoType > | |
static void | PlyConv (int mem_type, void *src, StoType &dest) |
Definition at line 144 of file io_trimesh/export_ply.h.
typedef SaveMeshType::FaceIterator vcg::tri::io::ExporterPLY< SaveMeshType >::FaceIterator |
Definition at line 174 of file io_trimesh/export_ply.h.
typedef SaveMeshType::FacePointer vcg::tri::io::ExporterPLY< SaveMeshType >::FacePointer |
Definition at line 172 of file io_trimesh/export_ply.h.
typedef SaveMeshType::FaceType vcg::tri::io::ExporterPLY< SaveMeshType >::FaceType |
Definition at line 171 of file io_trimesh/export_ply.h.
typedef ::vcg::ply::PropDescriptor vcg::tri::io::ExporterPLY< SaveMeshType >::PropDescriptor |
Definition at line 167 of file io_trimesh/export_ply.h.
typedef SaveMeshType::ScalarType vcg::tri::io::ExporterPLY< SaveMeshType >::ScalarType |
Definition at line 169 of file io_trimesh/export_ply.h.
typedef SaveMeshType::VertexIterator vcg::tri::io::ExporterPLY< SaveMeshType >::VertexIterator |
Definition at line 173 of file io_trimesh/export_ply.h.
typedef SaveMeshType::VertexPointer vcg::tri::io::ExporterPLY< SaveMeshType >::VertexPointer |
Definition at line 168 of file io_trimesh/export_ply.h.
typedef SaveMeshType::VertexType vcg::tri::io::ExporterPLY< SaveMeshType >::VertexType |
Definition at line 170 of file io_trimesh/export_ply.h.
static const char* vcg::tri::io::ExporterPLY< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Definition at line 710 of file io_trimesh/export_ply.h.
static int vcg::tri::io::ExporterPLY< SaveMeshType >::GetExportMaskCapability | ( | ) | [inline, static] |
Definition at line 743 of file io_trimesh/export_ply.h.
static void vcg::tri::io::ExporterPLY< SaveMeshType >::PlyConv | ( | int | mem_type, | |
void * | src, | |||
StoType & | dest | |||
) | [inline, static, private] |
Definition at line 153 of file io_trimesh/export_ply.h.
static int vcg::tri::io::ExporterPLY< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename, | |||
bool | binary, | |||
PlyInfo & | pi, | |||
CallBackPos * | cb = 0 | |||
) | [inline, static] |
Definition at line 189 of file io_trimesh/export_ply.h.
static int vcg::tri::io::ExporterPLY< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename, | |||
int | savemask, | |||
bool | binary = true , |
|||
CallBackPos * | cb = 0 | |||
) | [inline, static] |
Definition at line 182 of file io_trimesh/export_ply.h.
static int vcg::tri::io::ExporterPLY< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename, | |||
bool | binary = true | |||
) | [inline, static] |
Definition at line 176 of file io_trimesh/export_ply.h.