Point Cloud Library (PCL)  1.3.1
Public Types | Public Member Functions
pcl::NdConcatenateFunctor Struct Reference

Helper functor structure for concatenate. More...

#include <pcl/common/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() ()

Detailed Description

Helper functor structure for concatenate.


Member Typedef Documentation

Definition at line 51 of file concatenate.h.

Definition at line 52 of file concatenate.h.


Constructor & Destructor Documentation

pcl::NdConcatenateFunctor::NdConcatenateFunctor ( const PointInT &  p1,
PointOutT &  p2 
) [inline]

Definition at line 54 of file concatenate.h.


Member Function Documentation

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

Definition at line 57 of file concatenate.h.


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