![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Ply.h>

Public Attributes | |
| char * | elem_name |
| int | elem_count |
| OtherData ** | other_data |
| PlyOtherProp * | other_props |
| int OtherElem::elem_count |
Definition at line 124 of file Ply.h.
Referenced by ply_describe_other_elements(), ply_get_other_element(), and ply_put_other_elements().
| char* OtherElem::elem_name |
Definition at line 123 of file Ply.h.
Referenced by ply_describe_other_elements(), ply_get_other_element(), and ply_put_other_elements().
| OtherData** OtherElem::other_data |
Definition at line 125 of file Ply.h.
Referenced by ply_get_other_element(), and ply_put_other_elements().
| PlyOtherProp* OtherElem::other_props |
Definition at line 126 of file Ply.h.
Referenced by ply_describe_other_elements(), and ply_get_other_element().