Helper functor structure for copying data between an Eigen type and a PointT. More...
#include <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. Data copy happens here. | |
Private Attributes | |
| int | f_idx_ |
| const Pod & | p1_ |
| Eigen::VectorXf & | p2_ |
Helper functor structure for copying data between an Eigen type and a PointT.
Definition at line 103 of file point_cloud.h.
| typedef traits::POD<PointInT>::type pcl::NdCopyPointEigenFunctor< PointInT >::Pod |
Definition at line 105 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 111 of file point_cloud.h.
| void pcl::NdCopyPointEigenFunctor< PointInT >::operator() | ( | ) | [inline] |
Operator. Data copy happens here.
Definition at line 116 of file point_cloud.h.
int pcl::NdCopyPointEigenFunctor< PointInT >::f_idx_ [private] |
Definition at line 127 of file point_cloud.h.
const Pod& pcl::NdCopyPointEigenFunctor< PointInT >::p1_ [private] |
Definition at line 125 of file point_cloud.h.
Eigen::VectorXf& pcl::NdCopyPointEigenFunctor< PointInT >::p2_ [private] |
Definition at line 126 of file point_cloud.h.