pcl::NdCopyPointEigenFunctor< PointT > Struct Template Reference

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

#include <voxel_grid.h>

List of all members.

Public Types

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

Public Member Functions

 NdCopyPointEigenFunctor (const PointT &p1, Eigen::VectorXf &p2)
template<typename Key >
void operator() ()

Private Attributes

int f_idx_
const Podp1_
Eigen::VectorXf & p2_

Detailed Description

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

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

Definition at line 100 of file voxel_grid.h.


Member Typedef Documentation

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

Definition at line 102 of file voxel_grid.h.


Constructor & Destructor Documentation

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

Definition at line 104 of file voxel_grid.h.


Member Function Documentation

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

Definition at line 107 of file voxel_grid.h.


Member Data Documentation

template<typename PointT >
int pcl::NdCopyPointEigenFunctor< PointT >::f_idx_ [private]

Definition at line 118 of file voxel_grid.h.

template<typename PointT >
const Pod& pcl::NdCopyPointEigenFunctor< PointT >::p1_ [private]

Definition at line 116 of file voxel_grid.h.

template<typename PointT >
Eigen::VectorXf& pcl::NdCopyPointEigenFunctor< PointT >::p2_ [private]

Definition at line 117 of file voxel_grid.h.


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


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:57:19 2013