pcl::NdConcatenateFunctor< PointInT, PointOutT > Struct Template Reference

Helper functor structure for concatenate. More...

#include <io.hpp>

List of all members.

Public Types

typedef traits::POD< PointInT >
::type 
PodIn
typedef traits::POD< PointOutT >
::type 
PodOut

Public Member Functions

 NdConcatenateFunctor (const PointInT &p1, PointOutT &p2)
template<typename Key >
void operator() ()

Private Attributes

const PodInp1_
PodOutp2_

Detailed Description

template<typename PointInT, typename PointOutT>
struct pcl::NdConcatenateFunctor< PointInT, PointOutT >

Helper functor structure for concatenate.

Definition at line 43 of file io.hpp.


Member Typedef Documentation

template<typename PointInT , typename PointOutT >
typedef traits::POD<PointInT>::type pcl::NdConcatenateFunctor< PointInT, PointOutT >::PodIn

Definition at line 45 of file io.hpp.

template<typename PointInT , typename PointOutT >
typedef traits::POD<PointOutT>::type pcl::NdConcatenateFunctor< PointInT, PointOutT >::PodOut

Definition at line 46 of file io.hpp.


Constructor & Destructor Documentation

template<typename PointInT , typename PointOutT >
pcl::NdConcatenateFunctor< PointInT, PointOutT >::NdConcatenateFunctor ( const PointInT &  p1,
PointOutT &  p2 
) [inline]

Definition at line 48 of file io.hpp.


Member Function Documentation

template<typename PointInT , typename PointOutT >
template<typename Key >
void pcl::NdConcatenateFunctor< PointInT, PointOutT >::operator() (  )  [inline]

Definition at line 51 of file io.hpp.


Member Data Documentation

template<typename PointInT , typename PointOutT >
const PodIn& pcl::NdConcatenateFunctor< PointInT, PointOutT >::p1_ [private]

Definition at line 67 of file io.hpp.

template<typename PointInT , typename PointOutT >
PodOut& pcl::NdConcatenateFunctor< PointInT, PointOutT >::p2_ [private]

Definition at line 68 of file io.hpp.


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