| 
    MRPT
    2.0.1
    
   | 
 
Definition at line 123 of file PLY_import_export.cpp.
Public Member Functions | |
| PlyFile (FILE *_fp=nullptr) | |
Public Attributes | |
| FILE * | fp | 
| int | file_type {0} | 
| float | version {0} | 
| vector< PlyElement > | elems | 
| vector< string > | comments | 
| vector< string > | obj_info | 
| PlyElement * | which_elem {nullptr} | 
      
  | 
  inline | 
Definition at line 125 of file PLY_import_export.cpp.
| vector<string> PlyFile::comments | 
Definition at line 130 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 129 of file PLY_import_export.cpp.
Referenced by add_element(), add_property(), find_element(), and ply_header_complete().
| int PlyFile::file_type {0} | 
Definition at line 127 of file PLY_import_export.cpp.
Referenced by binary_get_element(), ply_get_element(), ply_get_info(), ply_header_complete(), ply_open_for_reading(), and ply_put_element().
| FILE* PlyFile::fp | 
Definition at line 126 of file PLY_import_export.cpp.
Referenced by ascii_get_element(), binary_get_element(), ply_close(), ply_header_complete(), and ply_put_element().
| vector<string> PlyFile::obj_info | 
Definition at line 131 of file PLY_import_export.cpp.
Referenced by ply_get_obj_info(), ply_header_complete(), and ply_put_obj_info().
| float PlyFile::version {0} | 
Definition at line 128 of file PLY_import_export.cpp.
Referenced by ply_get_info(), ply_open_for_reading(), and ply_open_for_writing().
| PlyElement* PlyFile::which_elem {nullptr} | 
Definition at line 132 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 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |