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

Public Attributes | |
| FILE * | fp |
| int | file_type |
| float | version |
| int | nelems |
| PlyElement ** | elems |
| int | num_comments |
| char ** | comments |
| int | num_obj_info |
| char ** | obj_info |
| PlyElement * | which_elem |
| PlyOtherElems * | other_elems |
| char** PlyFile::comments |
Definition at line 141 of file Ply.h.
Referenced by ply_get_comments(), ply_header_complete(), ply_put_comment(), ply_read_custom(), PlyReadHeader(), and PlyReadPolygons().
| PlyElement** PlyFile::elems |
Definition at line 139 of file Ply.h.
Referenced by add_element(), add_property(), find_element(), ply_describe_other_elements(), ply_header_complete(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), and PlyReadPolygons().
| int PlyFile::file_type |
Definition at line 136 of file Ply.h.
Referenced by binary_get_element(), ply_get_element(), ply_get_info(), ply_header_complete(), ply_open_for_reading(), ply_put_element(), ply_read_custom(), and ply_write_custom().
| FILE* PlyFile::fp |
Definition at line 135 of file Ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_close_custom(), ply_header_complete(), ply_put_element(), ply_read_custom(), and ply_write_custom().
| int PlyFile::nelems |
Definition at line 138 of file Ply.h.
Referenced by add_element(), add_property(), find_element(), ply_describe_other_elements(), ply_header_complete(), ply_read_custom(), and ply_write_custom().
| int PlyFile::num_comments |
Definition at line 140 of file Ply.h.
Referenced by ply_get_comments(), ply_header_complete(), ply_put_comment(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), and PlyReadPolygons().
| int PlyFile::num_obj_info |
Definition at line 142 of file Ply.h.
Referenced by ply_get_obj_info(), ply_header_complete(), ply_put_obj_info(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), and PlyReadPolygons().
| char** PlyFile::obj_info |
Definition at line 143 of file Ply.h.
Referenced by ply_get_obj_info(), ply_header_complete(), ply_put_obj_info(), ply_read_custom(), PlyReadHeader(), and PlyReadPolygons().
| PlyOtherElems* PlyFile::other_elems |
Definition at line 145 of file Ply.h.
Referenced by ply_describe_other_elements(), ply_get_other_element(), ply_put_other_elements(), ply_read_custom(), ply_write_custom(), PlyReadHeader(), and PlyReadPolygons().
| float PlyFile::version |
Definition at line 137 of file Ply.h.
Referenced by ply_get_info(), ply_open_for_reading(), ply_open_for_writing(), ply_read_custom(), and ply_write_custom().
| PlyElement* PlyFile::which_elem |
Definition at line 144 of file Ply.h.
Referenced by ascii_get_element(), binary_get_element(), ply_get_element_setup(), ply_get_other_properties(), ply_get_property(), ply_put_element(), and ply_put_element_setup().