|
Point Cloud Library (PCL)
1.4.0
|
#include <pcl/io/ply.h>
Public Types | |
| typedef std::vector< element * > ::iterator | iterator |
| typedef std::vector< element * > ::const_iterator | const_iterator |
Public Member Functions | |
| parser () | |
| iterator | begin () |
| iterator | end () |
| element * | operator[] (const std::string &element_name) |
| const element * | operator[] (const std::string &element_name) const |
| int | push_element (const std::string &name, size_t count) |
| int | push_property (const std::string &name, int data_type) |
| int | push_property (const std::string &name, int size_type, int data_type) |
| void | push_obj_info (const std::string &name, const std::string &data) |
| obj_info * | get_obj_info (const std::string &name) const |
| size_t | offset_before (const std::string &element_name) |
| int | parse_header (const std::string &file_name, int &data_type, int &data_idx, bool &is_swap_required) |
| typedef std::vector<element*>::const_iterator pcl::io::ply::parser::const_iterator |
| typedef std::vector<element*>::iterator pcl::io::ply::parser::iterator |
| pcl::io::ply::parser::parser | ( | ) | [inline] |
| iterator pcl::io::ply::parser::begin | ( | ) | [inline] |
| iterator pcl::io::ply::parser::end | ( | ) | [inline] |
| obj_info* pcl::io::ply::parser::get_obj_info | ( | const std::string & | name | ) | const [inline] |
| size_t pcl::io::ply::parser::offset_before | ( | const std::string & | element_name | ) | [inline] |
| element* pcl::io::ply::parser::operator[] | ( | const std::string & | element_name | ) | [inline] |
| const element* pcl::io::ply::parser::operator[] | ( | const std::string & | element_name | ) | const [inline] |
| int pcl::io::ply::parser::parse_header | ( | const std::string & | file_name, |
| int & | data_type, | ||
| int & | data_idx, | ||
| bool & | is_swap_required | ||
| ) | [inline] |
| int pcl::io::ply::parser::push_element | ( | const std::string & | name, |
| size_t | count | ||
| ) | [inline] |
| void pcl::io::ply::parser::push_obj_info | ( | const std::string & | name, |
| const std::string & | data | ||
| ) | [inline] |
| int pcl::io::ply::parser::push_property | ( | const std::string & | name, |
| int | data_type | ||
| ) | [inline] |
| int pcl::io::ply::parser::push_property | ( | const std::string & | name, |
| int | size_type, | ||
| int | data_type | ||
| ) | [inline] |
1.7.6.1