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