Interface for PLY property. More...
#include <IO.h>
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 | |
int | pmRowID |
row id used in a DataPoints | |
PMPropTypes | pmType |
type of information in PointMatcher | |
unsigned | pos |
index of the property in element | |
std::string | type |
type of PLY property |
Interface for PLY property.
PointMatcherIO< T >::PLYProperty::PLYProperty | ( | ) | [inline] |
PointMatcherIO< T >::PLYProperty::PLYProperty | ( | const std::string & | type, |
const std::string & | name, | ||
const unsigned | pos, | ||
const bool | is_feature = false |
||
) |
@(brief) Regular PLY property constructor
Definition at line 1652 of file pointmatcher/IO.cpp.
PointMatcherIO< T >::PLYProperty::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
Definition at line 1678 of file pointmatcher/IO.cpp.
bool PointMatcherIO< T >::PLYProperty::operator== | ( | const PLYProperty & | other | ) | const |
list prop ctor
Definition at line 1784 of file pointmatcher/IO.cpp.
std::string PointMatcherIO< T >::PLYProperty::idx_type |
bool PointMatcherIO< T >::PLYProperty::is_feature |
bool PointMatcherIO< T >::PLYProperty::is_list |
std::string PointMatcherIO< T >::PLYProperty::name |
int PointMatcherIO< T >::PLYProperty::pmRowID |
PMPropTypes PointMatcherIO< T >::PLYProperty::pmType |
type of information in PointMatcher
unsigned PointMatcherIO< T >::PLYProperty::pos |
std::string PointMatcherIO< T >::PLYProperty::type |