Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...
#include <voxel_grid.h>
Public Types | |
typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
NdCopyPointEigenFunctor (const PointT &p1, Eigen::VectorXf &p2) | |
template<typename Key > | |
void | operator() () |
Private Attributes | |
int | f_idx_ |
const Pod & | p1_ |
Eigen::VectorXf & | p2_ |
Helper functor structure for copying data between an Eigen::VectorXf and a PointT.
Definition at line 100 of file voxel_grid.h.
typedef traits::POD<PointT>::type pcl::NdCopyPointEigenFunctor< PointT >::Pod |
Definition at line 102 of file voxel_grid.h.
pcl::NdCopyPointEigenFunctor< PointT >::NdCopyPointEigenFunctor | ( | const PointT & | p1, | |
Eigen::VectorXf & | p2 | |||
) | [inline] |
Definition at line 104 of file voxel_grid.h.
void pcl::NdCopyPointEigenFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 107 of file voxel_grid.h.
int pcl::NdCopyPointEigenFunctor< PointT >::f_idx_ [private] |
Definition at line 118 of file voxel_grid.h.
const Pod& pcl::NdCopyPointEigenFunctor< PointT >::p1_ [private] |
Definition at line 116 of file voxel_grid.h.
Eigen::VectorXf& pcl::NdCopyPointEigenFunctor< PointT >::p2_ [private] |
Definition at line 117 of file voxel_grid.h.