Public Member Functions |
| bool | operator== (const PLYProperty &other) const |
| | list prop ctor
|
| | PLYProperty () |
| | Default constructor. If used member values must be filled later.
|
| | PLYProperty (const std::string &type, const std::string &name, const unsigned pos, const bool is_feature=false) |
| | @(brief) Regular PLY property constructor
|
| | PLYProperty (const std::string &idx_type, const std::string &type, const std::string &name, const unsigned pos, const bool is_feature=false) |
| | @(brief) PLY property list constructor
|
Public Attributes |
| std::string | idx_type |
| | for list properties, type of number of elements
|
| bool | is_feature |
| | member is true if is a PM feature, if not, it is a descriptor
|
| bool | is_list |
| | member is true of property is a list
|
| std::string | name |
| | name of PLY property
|
| unsigned | pos |
| | index of the property in element
|
| std::string | type |
| | type of PLY property
|
template<typename T>
struct PointMatcherIO< T >::PLYProperty
Interface for PLY property.
Definition at line 136 of file IO.h.