Interface for PLY property. More...
#include <IO.h>
Public Member Functions | |
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... | |
std::string | type |
type of PLY property More... | |
Interface for PLY property.
PointMatcherIO< T >::PLYProperty::PLYProperty | ( | const std::string & | type, |
const std::string & | name, | ||
const unsigned | pos | ||
) |
@(brief) Regular PLY property constructor
Definition at line 1728 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 1753 of file pointmatcher/IO.cpp.
bool PointMatcherIO< T >::PLYProperty::operator== | ( | const PLYProperty & | other | ) | const |
list prop ctor
Definition at line 1838 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 |
std::string PointMatcherIO< T >::PLYProperty::type |