#include <plylib.h>
Public Member Functions | |
void | AddProp (const char *na, int ti, int isl, int t2) |
int | AddToRead (const char *propname, int stotype1, int memtype1, size_t offset1, int islist, int alloclist, int stotype2, int memtype2, size_t offset2) |
PlyProperty * | FindProp (const char *name) |
PlyElement () | |
PlyElement (const char *na, int nu) | |
void | SetName (const char *na) |
void | SetNumbert (int nu) |
Public Attributes | |
std::string | name |
int | number |
std::vector< PlyProperty > | props |
vcg::ply::PlyElement::PlyElement | ( | ) | [inline] |
vcg::ply::PlyElement::PlyElement | ( | const char * | na, |
int | nu | ||
) | [inline] |
void vcg::ply::PlyElement::AddProp | ( | const char * | na, |
int | ti, | ||
int | isl, | ||
int | t2 | ||
) |
Definition at line 858 of file plylib.cpp.
int vcg::ply::PlyElement::AddToRead | ( | const char * | propname, |
int | stotype1, | ||
int | memtype1, | ||
size_t | offset1, | ||
int | islist, | ||
int | alloclist, | ||
int | stotype2, | ||
int | memtype2, | ||
size_t | offset2 | ||
) |
Definition at line 880 of file plylib.cpp.
PlyProperty * vcg::ply::PlyElement::FindProp | ( | const char * | name | ) |
Definition at line 869 of file plylib.cpp.
void vcg::ply::PlyElement::SetName | ( | const char * | na | ) | [inline] |
void vcg::ply::PlyElement::SetNumbert | ( | int | nu | ) | [inline] |
std::string vcg::ply::PlyElement::name |
std::vector<PlyProperty> vcg::ply::PlyElement::props |