Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...
#include <approximate_voxel_grid.h>
Public Types | |
typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
template<typename Key > | |
void | operator() () |
xNdCopyEigenPointFunctor (const Eigen::VectorXf &p1, PointT &p2) | |
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 48 of file approximate_voxel_grid.h.
typedef traits::POD<PointT>::type pcl::xNdCopyEigenPointFunctor< PointT >::Pod |
Definition at line 50 of file approximate_voxel_grid.h.
pcl::xNdCopyEigenPointFunctor< PointT >::xNdCopyEigenPointFunctor | ( | const Eigen::VectorXf & | p1, |
PointT & | p2 | ||
) | [inline] |
Definition at line 52 of file approximate_voxel_grid.h.
void pcl::xNdCopyEigenPointFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 57 of file approximate_voxel_grid.h.
int pcl::xNdCopyEigenPointFunctor< PointT >::f_idx_ [private] |
Definition at line 68 of file approximate_voxel_grid.h.
const Eigen::VectorXf& pcl::xNdCopyEigenPointFunctor< PointT >::p1_ [private] |
Definition at line 66 of file approximate_voxel_grid.h.
Pod& pcl::xNdCopyEigenPointFunctor< PointT >::p2_ [private] |
Definition at line 67 of file approximate_voxel_grid.h.