|
Point Cloud Library (PCL) 1.3.1
|
Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...
#include <pcl/filters/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() () |
Helper functor structure for copying data between an Eigen::VectorXf and a PointT.
Definition at line 101 of file voxel_grid.h.
| typedef traits::POD<PointT>::type pcl::NdCopyPointEigenFunctor< PointT >::Pod |
Definition at line 103 of file voxel_grid.h.
| pcl::NdCopyPointEigenFunctor< PointT >::NdCopyPointEigenFunctor | ( | const PointT & | p1, |
| Eigen::VectorXf & | p2 | ||
| ) | [inline] |
Definition at line 105 of file voxel_grid.h.
| void pcl::NdCopyPointEigenFunctor< PointT >::operator() | ( | ) | [inline] |
Definition at line 108 of file voxel_grid.h.
1.7.4