Definition at line 126 of file PLY_import_export.cpp.
Public Member Functions | |
| PlyFile (FILE *_fp=NULL) | |
Public Attributes | |
| FILE * | fp |
| int | file_type |
| float | version |
| vector< PlyElement > | elems |
| vector< string > | comments |
| vector< string > | obj_info |
| PlyElement * | which_elem |
|
inline |
Definition at line 128 of file PLY_import_export.cpp.
| vector<string> PlyFile::comments |
Definition at line 141 of file PLY_import_export.cpp.
Referenced by ply_get_comments(), ply_header_complete(), and ply_put_comment().
| vector<PlyElement> PlyFile::elems |
Definition at line 140 of file PLY_import_export.cpp.
Referenced by add_element(), add_property(), find_element(), ply_header_complete(), ply_read(), and ply_write().
| int PlyFile::file_type |
Definition at line 138 of file PLY_import_export.cpp.
Referenced by binary_get_element(), ply_get_element(), ply_get_info(), ply_header_complete(), ply_open_for_reading(), ply_put_element(), ply_read(), and ply_write().
| FILE* PlyFile::fp |
Definition at line 137 of file PLY_import_export.cpp.
Referenced by ascii_get_element(), binary_get_element(), ply_close(), ply_header_complete(), ply_put_element(), and ply_read().
| vector<string> PlyFile::obj_info |
Definition at line 142 of file PLY_import_export.cpp.
Referenced by ply_get_obj_info(), ply_header_complete(), and ply_put_obj_info().
| float PlyFile::version |
Definition at line 139 of file PLY_import_export.cpp.
Referenced by ply_get_info(), ply_open_for_reading(), ply_open_for_writing(), ply_read(), and ply_write().
| PlyElement* PlyFile::which_elem |
Definition at line 143 of file PLY_import_export.cpp.
Referenced by ascii_get_element(), binary_get_element(), ply_get_property(), ply_put_element(), and ply_put_element_setup().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |