Public Member Functions | |
virtual bool | parse (class ply_parser &ply_parser, format_type format, std::istream &istream)=0 |
property (const std::string &name) | |
virtual | ~property () |
Public Attributes | |
std::string | name |
Definition at line 308 of file ply_parser.h.
pcl::io::ply::ply_parser::property::property | ( | const std::string & | name | ) | [inline] |
Definition at line 310 of file ply_parser.h.
virtual pcl::io::ply::ply_parser::property::~property | ( | ) | [inline, virtual] |
Definition at line 311 of file ply_parser.h.
virtual bool pcl::io::ply::ply_parser::property::parse | ( | class ply_parser & | ply_parser, |
format_type | format, | ||
std::istream & | istream | ||
) | [pure virtual] |
std::string pcl::io::ply::ply_parser::property::name |
Definition at line 313 of file ply_parser.h.