Helper functor structure for copying data between an Eigen type and a PointT.
More...
#include <pcl/point_cloud.h>
|
using | Pod = typename traits::POD< PointOutT >::type |
|
template<typename PointOutT>
struct pcl::NdCopyEigenPointFunctor< PointOutT >
Helper functor structure for copying data between an Eigen type and a PointT.
Definition at line 76 of file point_cloud.h.
◆ Pod
template<typename PointOutT >
◆ NdCopyEigenPointFunctor()
template<typename PointOutT >
Constructor.
- Parameters
-
[in] | p1 | the input Eigen type |
[out] | p2 | the output Point type |
Definition at line 84 of file point_cloud.h.
◆ operator()()
template<typename PointOutT >
template<typename Key >
Operator.
Data copy happens here.
Definition at line 91 of file point_cloud.h.
The documentation for this struct was generated from the following file: