|
libpointmatcher
1.3.1
|
Interface for PLY property. More...
#include <IO.h>
Public Member Functions | |
| PLYProperty () | |
| Default constructor. If used member values must be filled later. | |
| PLYProperty (const std::string &type, const std::string &name, const unsigned pos) | |
| @(brief) Regular PLY property constructor | |
| PLYProperty (const std::string &idx_type, const std::string &type, const std::string &name, const unsigned pos) | |
| @(brief) PLY property list constructor | |
| bool | operator== (const PLYProperty &other) const |
| list prop ctor | |
Public Attributes | |
| std::string | name |
| name of PLY property | |
| std::string | type |
| type of PLY property | |
| std::string | idx_type |
| for list properties, type of number of elements | |
| unsigned | pos |
| index of the property in element | |
| bool | is_list |
| member is true of property is a list | |
| PMPropTypes | pmType |
| type of information in PointMatcher | |
| int | pmRowID |
| row id used in a DataPoints | |
Interface for PLY property.
1.8.15