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

Public Attributes | |
| char * | name |
| int | num |
| int | size |
| int | nprops |
| PlyProperty ** | props |
| char * | store_prop |
| int | other_offset |
| int | other_size |
| char* PlyElement::name |
Definition at line 101 of file Ply.h.
Referenced by add_element(), find_element(), ply_describe_other_elements(), ply_header_complete(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), and PlyReadPolygons().
| int PlyElement::nprops |
Definition at line 104 of file Ply.h.
Referenced by add_element(), add_property(), ascii_get_element(), binary_get_element(), find_property(), ply_describe_element(), ply_describe_other_elements(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_description(), ply_get_other_properties(), ply_header_complete(), ply_put_element(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), PlyReadPolygons(), and setup_other_props().
| int PlyElement::num |
Definition at line 102 of file Ply.h.
Referenced by add_element(), ply_describe_element(), ply_describe_other_elements(), ply_element_count(), ply_get_element_description(), ply_header_complete(), and ply_write_custom().
| int PlyElement::other_offset |
Definition at line 107 of file Ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_other_properties(), ply_get_other_properties(), ply_put_element(), and ply_read_custom().
| int PlyElement::other_size |
Definition at line 108 of file Ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_other_properties(), ply_get_other_properties(), and setup_other_props().
| PlyProperty** PlyElement::props |
Definition at line 105 of file Ply.h.
Referenced by add_property(), ascii_get_element(), binary_get_element(), find_property(), ply_describe_element(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_description(), ply_get_other_properties(), ply_header_complete(), ply_put_element(), PlyReadHeader(), PlyReadPolygons(), and setup_other_props().
| char* PlyElement::store_prop |
Definition at line 106 of file Ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_describe_element(), ply_describe_other_properties(), ply_describe_property(), ply_get_element_setup(), ply_get_other_properties(), ply_get_property(), ply_put_element(), ply_read_custom(), PlyReadHeader(), PlyReadPolygons(), and setup_other_props().