Point Cloud Library (PCL)  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
pcl::NdCopyEigenPointFunctor< PointT > Struct Template Reference

Helper functor structure for copying data between an Eigen::VectorXf and a PointT. More...

#include <pcl/point_cloud.h>

List of all members.

Public Types

typedef traits::POD< PointT >::type Pod

Public Member Functions

 NdCopyEigenPointFunctor (const Eigen::VectorXf &p1, PointT &p2)
 Constructor.
template<typename Key >
void operator() ()
 Operator.

Public Attributes

 EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Detailed Description

template<typename PointT>
struct pcl::NdCopyEigenPointFunctor< PointT >

Helper functor structure for copying data between an Eigen::VectorXf and a PointT.

Definition at line 810 of file point_cloud.h.


Member Typedef Documentation

template<typename PointT >
typedef traits::POD<PointT>::type pcl::NdCopyEigenPointFunctor< PointT >::Pod

Definition at line 812 of file point_cloud.h.


Constructor & Destructor Documentation

template<typename PointT >
pcl::NdCopyEigenPointFunctor< PointT >::NdCopyEigenPointFunctor ( const Eigen::VectorXf &  p1,
PointT &  p2 
) [inline]

Constructor.

Parameters:
[in]p1the input Eigen type
[out]p2the output Point type

Definition at line 818 of file point_cloud.h.


Member Function Documentation

template<typename PointT >
template<typename Key >
void pcl::NdCopyEigenPointFunctor< PointT >::operator() ( ) [inline]

Operator.

Data copy happens here.

Definition at line 825 of file point_cloud.h.


Member Data Documentation

template<typename PointT >
pcl::NdCopyEigenPointFunctor< PointT >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 838 of file point_cloud.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines