#include <plylib.h>
Public Member Functions | |
PlyProperty (const char *na, int ti, int isl, int t2) | |
PlyProperty () | |
Public Attributes | |
int | bestored |
readelemcb | cb |
PropDescriptor | desc |
int | islist |
std::string | name |
int | tipo |
int | tipoindex |
Definition at line 145 of file plylib.h.
vcg::ply::PlyProperty::PlyProperty | ( | const char * | na, | |
int | ti, | |||
int | isl, | |||
int | t2 | |||
) | [inline] |
std::string vcg::ply::PlyProperty::name |