Public Types | Public Member Functions | Private Attributes
pcl::NdConcatenateFunctor< PointInT, PointOutT > Struct Template Reference

Helper functor structure for concatenate. More...

#include <concatenate.h>

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 64 of file concatenate.h.


Member Typedef Documentation

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

Definition at line 66 of file concatenate.h.

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

Definition at line 67 of file concatenate.h.


Constructor & Destructor Documentation

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

Definition at line 69 of file concatenate.h.


Member Function Documentation

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

Definition at line 72 of file concatenate.h.


Member Data Documentation

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

Definition at line 88 of file concatenate.h.

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

Definition at line 89 of file concatenate.h.


The documentation for this struct was generated from the following file:


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:40