|
Point Cloud Library (PCL)
1.4.0
|
Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...
#include <pcl/point_cloud.h>
Public Types | |
| typedef traits::POD< PointT >::type | Pod |
Public Member Functions | |
| NdCopyPointEigenFunctor (const PointT &p1, Eigen::VectorXf &p2) | |
| Constructor. | |
| template<typename Key > | |
| void | operator() () |
| Operator. | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Helper functor structure for copying data between an Eigen::VectorXf and a PointT.
Definition at line 844 of file point_cloud.h.
| typedef traits::POD<PointT>::type pcl::NdCopyPointEigenFunctor< PointT >::Pod |
Definition at line 846 of file point_cloud.h.
| pcl::NdCopyPointEigenFunctor< PointT >::NdCopyPointEigenFunctor | ( | const PointT & | p1, |
| Eigen::VectorXf & | p2 | ||
| ) | [inline] |
Constructor.
| [in] | p1 | the input Point type |
| [out] | p2 | the output Eigen type |
Definition at line 852 of file point_cloud.h.
| void pcl::NdCopyPointEigenFunctor< PointT >::operator() | ( | ) | [inline] |
| pcl::NdCopyPointEigenFunctor< PointT >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 870 of file point_cloud.h.
1.7.6.1