vcg::ply::PlyElement Class Reference
#include <plylib.h>
List of all members.
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 (const char *na, int nu) |
| PlyElement () |
void | SetName (const char *na) |
void | SetNumbert (int nu) |
Public Attributes |
std::string | name |
int | number |
std::vector< PlyProperty > | props |
Detailed Description
Definition at line 183 of file plylib.h.
Constructor & Destructor Documentation
vcg::ply::PlyElement::PlyElement |
( |
|
) |
[inline] |
vcg::ply::PlyElement::PlyElement |
( |
const char * |
na, |
|
|
int |
nu | |
|
) |
| | [inline] |
Member Function Documentation
void vcg::ply::PlyElement::AddProp |
( |
const char * |
na, |
|
|
int |
ti, |
|
|
int |
isl, |
|
|
int |
t2 | |
|
) |
| | |
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 | |
|
) |
| | |
PlyProperty * vcg::ply::PlyElement::FindProp |
( |
const char * |
name |
) |
|
void vcg::ply::PlyElement::SetName |
( |
const char * |
na |
) |
[inline] |
void vcg::ply::PlyElement::SetNumbert |
( |
int |
nu |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: