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

Public Attributes | |
| char * | name |
| int | size |
| int | nprops |
| PlyProperty ** | props |
| char* PlyOtherProp::name |
Definition at line 112 of file Ply.h.
Referenced by ply_describe_other_properties(), and ply_get_other_properties().
| int PlyOtherProp::nprops |
Definition at line 114 of file Ply.h.
Referenced by ply_describe_other_properties(), and ply_get_other_properties().
| PlyProperty** PlyOtherProp::props |
Definition at line 115 of file Ply.h.
Referenced by ply_describe_other_properties(), and ply_get_other_properties().
| int PlyOtherProp::size |
Definition at line 113 of file Ply.h.
Referenced by ply_describe_other_properties(), and ply_get_other_properties().