Point Cloud Library (PCL)
1.3.1
|
Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...
#include <pcl/filters/approximate_voxel_grid.h>
Public Types | |
typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
xNdCopyEigenPointFunctor (const Eigen::VectorXf &p1, PointT &p2) | |
template<typename Key > | |
void | operator() () |
Helper functor structure for copying data between an Eigen::VectorXf and a PointT.
typedef traits::POD<PointT>::type pcl::xNdCopyEigenPointFunctor::Pod |
Definition at line 56 of file approximate_voxel_grid.h.
pcl::xNdCopyEigenPointFunctor::xNdCopyEigenPointFunctor | ( | const Eigen::VectorXf & | p1, |
PointT & | p2 | ||
) | [inline] |
Definition at line 58 of file approximate_voxel_grid.h.
void pcl::xNdCopyEigenPointFunctor::operator() | ( | ) | [inline] |
Definition at line 63 of file approximate_voxel_grid.h.