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