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() () |
| xNdCopyPointEigenFunctor (const PointT &p1, Eigen::VectorXf &p2) | |
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 73 of file approximate_voxel_grid.h.
| typedef traits::POD<PointT>::type pcl::xNdCopyPointEigenFunctor< PointT >::Pod |
Definition at line 75 of file approximate_voxel_grid.h.
| pcl::xNdCopyPointEigenFunctor< PointT >::xNdCopyPointEigenFunctor | ( | const PointT & | p1, |
| Eigen::VectorXf & | p2 | ||
| ) | [inline] |
Definition at line 77 of file approximate_voxel_grid.h.
| void pcl::xNdCopyPointEigenFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 80 of file approximate_voxel_grid.h.
int pcl::xNdCopyPointEigenFunctor< PointT >::f_idx_ [private] |
Definition at line 91 of file approximate_voxel_grid.h.
const Pod& pcl::xNdCopyPointEigenFunctor< PointT >::p1_ [private] |
Definition at line 89 of file approximate_voxel_grid.h.
Eigen::VectorXf& pcl::xNdCopyPointEigenFunctor< PointT >::p2_ [private] |
Definition at line 90 of file approximate_voxel_grid.h.