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