Information for a PCD property. More...
#include <IO.h>
Public Member Functions | |
PCDproperty () | |
Empty constructor. | |
Public Attributes | |
unsigned int | count |
number of dimension | |
std::string | field |
Name of the property. | |
int | pmRowID |
row id used in a DataPoints | |
PMPropTypes | pmType |
type of information in PointMatcher | |
unsigned int | size |
Size of the property in bytes. | |
char | type |
Type: I: signed, U: unsigned, F: float. |
Information for a PCD property.
PointMatcherIO< T >::PCDproperty::PCDproperty | ( | ) | [inline] |
unsigned int PointMatcherIO< T >::PCDproperty::count |
std::string PointMatcherIO< T >::PCDproperty::field |
int PointMatcherIO< T >::PCDproperty::pmRowID |
PMPropTypes PointMatcherIO< T >::PCDproperty::pmType |
type of information in PointMatcher
unsigned int PointMatcherIO< T >::PCDproperty::size |
char PointMatcherIO< T >::PCDproperty::type |