vision
Public Member Functions | Public Attributes | List of all members
tinyply::PlyFile Struct Reference

Public Member Functions

bool parse_header (std::istream &is)
 
void read (std::istream &is)
 
void write (std::ostream &os, bool isBinary)
 
std::vector< PlyElementget_elements () const
 
std::vector< std::string > get_info () const
 
std::vector< std::string > & get_comments ()
 
bool is_binary_file () const
 
std::shared_ptr< PlyDatarequest_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)
 

Public Attributes

std::unique_ptr< PlyFileImpl > impl
 

The documentation for this struct was generated from the following file: