Helper functor structure for copying data between an Eigen type and a PointT. More...
#include <point_cloud.h>
Public Types | |
typedef traits::POD< PointOutT > ::type | Pod |
Public Member Functions | |
NdCopyEigenPointFunctor (const Eigen::VectorXf &p1, PointOutT &p2) | |
Constructor. | |
template<typename Key > | |
void | operator() () |
Operator. Data copy happens here. | |
Private Attributes | |
int | f_idx_ |
const Eigen::VectorXf & | p1_ |
Pod & | p2_ |
Helper functor structure for copying data between an Eigen type and a PointT.
Definition at line 75 of file point_cloud.h.
typedef traits::POD<PointOutT>::type pcl::NdCopyEigenPointFunctor< PointOutT >::Pod |
Definition at line 77 of file point_cloud.h.
pcl::NdCopyEigenPointFunctor< PointOutT >::NdCopyEigenPointFunctor | ( | const Eigen::VectorXf & | p1, |
PointOutT & | p2 | ||
) | [inline] |
Constructor.
[in] | p1 | the input Eigen type |
[out] | p2 | the output Point type |
Definition at line 83 of file point_cloud.h.
void pcl::NdCopyEigenPointFunctor< PointOutT >::operator() | ( | ) | [inline] |
Operator. Data copy happens here.
Definition at line 90 of file point_cloud.h.
int pcl::NdCopyEigenPointFunctor< PointOutT >::f_idx_ [private] |
Definition at line 101 of file point_cloud.h.
const Eigen::VectorXf& pcl::NdCopyEigenPointFunctor< PointOutT >::p1_ [private] |
Definition at line 99 of file point_cloud.h.
Pod& pcl::NdCopyEigenPointFunctor< PointOutT >::p2_ [private] |
Definition at line 100 of file point_cloud.h.