|
bool | parse_header (std::istream &is) |
|
void | read (std::istream &is) |
|
void | write (std::ostream &os, bool isBinary) |
|
std::vector< PlyElement > | get_elements () const |
|
std::vector< std::string > | get_info () const |
|
std::vector< std::string > & | get_comments () |
|
bool | is_binary_file () const |
|
std::shared_ptr< PlyData > | request_properties_from_element (const std::string &elementKey, const std::vector< std::string > propertyKeys, const uint32_t list_size_hint=0) |
|
void | add_properties_to_element (const std::string &elementKey, const std::vector< std::string > propertyKeys, const Type type, const size_t count, const uint8_t *data, const Type listType, const size_t listCount) |
|
|
std::unique_ptr< PlyFileImpl > | impl |
|
The documentation for this struct was generated from the following file: