|
Point Cloud Library (PCL)
1.6.0
|
Helper functor structure for copying data between an Eigen type and a PointT. More...
#include <pcl/point_cloud.h>
Public Types | |
| typedef traits::POD< PointInT > ::type | Pod |
Public Member Functions | |
| NdCopyPointEigenFunctor (const PointInT &p1, Eigen::VectorXf &p2) | |
| Constructor. | |
| template<typename Key > | |
| void | operator() () |
| Operator. | |
Helper functor structure for copying data between an Eigen type and a PointT.
Definition at line 109 of file point_cloud.h.
| typedef traits::POD<PointInT>::type pcl::NdCopyPointEigenFunctor< PointInT >::Pod |
Definition at line 111 of file point_cloud.h.
| pcl::NdCopyPointEigenFunctor< PointInT >::NdCopyPointEigenFunctor | ( | const PointInT & | p1, |
| Eigen::VectorXf & | p2 | ||
| ) | [inline] |
Constructor.
| [in] | p1 | the input Point type |
| [out] | p2 | the output Eigen type |
Definition at line 117 of file point_cloud.h.
| void pcl::NdCopyPointEigenFunctor< PointInT >::operator() | ( | ) | [inline] |
1.7.6.1