pcl::NdCopyPointEigenFunctor< PointInT > Struct Template Reference

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

#include <pcl/point_cloud.h>

Collaboration diagram for pcl::NdCopyPointEigenFunctor< PointInT >:
Collaboration graph
[legend]

List of all members.

Public Types

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

Public Member Functions

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

Detailed Description

template<typename PointInT>
struct pcl::NdCopyPointEigenFunctor< PointInT >

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

Definition at line 103 of file point_cloud.h.


Member Typedef Documentation

template<typename PointInT >
typedef traits::POD<PointInT>::type pcl::NdCopyPointEigenFunctor< PointInT >::Pod

Definition at line 105 of file point_cloud.h.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
[in] p1 the input Point type
[out] p2 the output Eigen type

Definition at line 111 of file point_cloud.h.


Member Function Documentation

template<typename PointInT >
template<typename Key >
void pcl::NdCopyPointEigenFunctor< PointInT >::operator() (  )  [inline]

Operator.

Data copy happens here.

Definition at line 116 of file point_cloud.h.


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