All information contained in the header of a PCD file. More...
#include <IO.h>
| Public Member Functions | |
| PCDheader () | |
| Public Attributes | |
| std::string | dataType | 
| ascii or binary  More... | |
| unsigned int | height | 
| height of sensor matrix  More... | |
| unsigned int | nbPoints | 
| number of points, same as width*height  More... | |
| std::vector< PCDproperty > | properties | 
| vector of properties  More... | |
| std::string | version | 
| Version of the PCD file used.  More... | |
| Eigen::Matrix< T, 7, 1 > | viewPoint | 
| not used  More... | |
| unsigned int | width | 
| width of sensor matrix  More... | |
All information contained in the header of a PCD file.
| 
 | inline | 
| std::string PointMatcherIO< T >::PCDheader::dataType | 
| unsigned int PointMatcherIO< T >::PCDheader::height | 
| unsigned int PointMatcherIO< T >::PCDheader::nbPoints | 
| std::vector<PCDproperty> PointMatcherIO< T >::PCDheader::properties | 
| std::string PointMatcherIO< T >::PCDheader::version | 
| Eigen::Matrix<T, 7, 1> PointMatcherIO< T >::PCDheader::viewPoint | 
| unsigned int PointMatcherIO< T >::PCDheader::width |