Interface for PLY property. More...
#include <IO.h>
Public Member Functions | |
PLYPropertyType | get_type_from_string (const std::string &s) |
compare with other property More... | |
bool | operator== (const PLYProperty &other) const |
list prop ctor More... | |
PLYProperty (const std::string &idx_type, const std::string &type, const std::string &name, const unsigned pos) | |
@(brief) PLY property list constructor More... | |
PLYProperty (const std::string &type, const std::string &name, const unsigned pos) | |
@(brief) Regular PLY property constructor More... | |
Public Attributes | |
std::string | idx_type |
for list properties, type of number of elements More... | |
bool | is_list |
member is true of property is a list More... | |
std::string | name |
name of PLY property More... | |
int | pmRowID |
row id used in a DataPoints More... | |
PMPropTypes | pmType |
type of information in PointMatcher More... | |
unsigned | pos |
index of the property in element More... | |
PLYPropertyType | type |
type of PLY property More... | |
Interface for PLY property.
|
strong |
PointMatcherIO< T >::PLYProperty::PLYProperty | ( | const std::string & | type, |
const std::string & | name, | ||
const unsigned | pos | ||
) |
@(brief) Regular PLY property constructor
Definition at line 1831 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 | ||
) |
@(brief) PLY property list constructor
Definition at line 1856 of file pointmatcher/IO.cpp.
|
inline |
bool PointMatcherIO< T >::PLYProperty::operator== | ( | const PLYProperty & | other | ) | const |
list prop ctor
Definition at line 1958 of file pointmatcher/IO.cpp.
std::string PointMatcherIO< T >::PLYProperty::idx_type |
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 |
PLYPropertyType PointMatcherIO< T >::PLYProperty::type |