#include <io_ply.h>
Public Types | |
enum | Error { E_NO_VERTEX, E_NO_FACE, E_SHORTFILE, E_NO_3VERTINFACE, E_BAD_VERT_INDEX, E_NO_6TCOORD, E_DIFFER_COLORS } |
typedef ::vcg::ply::PropDescriptor | PropDescriptor |
Public Member Functions | |
PlyInfo () | |
Public Attributes | |
CallBackPos * | cb |
a Simple callback that can be used for long ply parsing. | |
int | fdn |
the number of per-face descriptor (usually 0) | |
std::string | header |
a string containing the current ply header. Useful for showing it to the user. | |
int | mask |
It returns a bit mask describing the field preesnt in the ply file. | |
int | status |
Store the error codes enconutered when parsing a ply. | |
PropDescriptor * | TetraData |
The additional vertex descriptor that a user can specify to load additional per-face non-standard data stored in a ply. | |
int | vdn |
the number of per-vertex descriptor (usually 0) | |
PropDescriptor * | VertexData |
The additional vertex descriptor that a user can specify to load additional per-vertex non-standard data stored in a ply. |
Additional data needed or useful for parsing a ply mesh. This class can be passed to the ImporterPLY::Open() function for
Definition at line 62 of file io_tetramesh/io_ply.h.
Definition at line 65 of file io_tetramesh/io_ply.h.
E_NO_VERTEX | |
E_NO_FACE | |
E_SHORTFILE | |
E_NO_3VERTINFACE | |
E_BAD_VERT_INDEX | |
E_NO_6TCOORD | |
E_DIFFER_COLORS |
Definition at line 97 of file io_tetramesh/io_ply.h.
vcg::tetra::io::PlyInfo::PlyInfo | ( | ) | [inline] |
Definition at line 67 of file io_tetramesh/io_ply.h.
a Simple callback that can be used for long ply parsing.
Definition at line 82 of file io_tetramesh/io_ply.h.
the number of per-face descriptor (usually 0)
Definition at line 89 of file io_tetramesh/io_ply.h.
std::string vcg::tetra::io::PlyInfo::header |
a string containing the current ply header. Useful for showing it to the user.
Definition at line 95 of file io_tetramesh/io_ply.h.
It returns a bit mask describing the field preesnt in the ply file.
Definition at line 78 of file io_tetramesh/io_ply.h.
Store the error codes enconutered when parsing a ply.
Definition at line 76 of file io_tetramesh/io_ply.h.
The additional vertex descriptor that a user can specify to load additional per-face non-standard data stored in a ply.
Definition at line 92 of file io_tetramesh/io_ply.h.
the number of per-vertex descriptor (usually 0)
Definition at line 85 of file io_tetramesh/io_ply.h.
The additional vertex descriptor that a user can specify to load additional per-vertex non-standard data stored in a ply.
Definition at line 87 of file io_tetramesh/io_ply.h.