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 | |
NdCopyEigenPointFunctor (const Eigen::VectorXf &p1, PointT &p2) | |
template<typename Key > | |
void | operator() () |
Private Attributes | |
int | f_idx_ |
const Eigen::VectorXf & | p1_ |
Pod & | p2_ |
Helper functor structure for copying data between an Eigen::VectorXf and a PointT.
Definition at line 75 of file voxel_grid.h.
typedef traits::POD<PointT>::type pcl::NdCopyEigenPointFunctor< PointT >::Pod |
Definition at line 77 of file voxel_grid.h.
pcl::NdCopyEigenPointFunctor< PointT >::NdCopyEigenPointFunctor | ( | const Eigen::VectorXf & | p1, | |
PointT & | p2 | |||
) | [inline] |
Definition at line 79 of file voxel_grid.h.
void pcl::NdCopyEigenPointFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 84 of file voxel_grid.h.
int pcl::NdCopyEigenPointFunctor< PointT >::f_idx_ [private] |
Definition at line 95 of file voxel_grid.h.
const Eigen::VectorXf& pcl::NdCopyEigenPointFunctor< PointT >::p1_ [private] |
Definition at line 93 of file voxel_grid.h.
Pod& pcl::NdCopyEigenPointFunctor< PointT >::p2_ [private] |
Definition at line 94 of file voxel_grid.h.