Point Cloud Library (PCL)
1.14.1-dev
|
Helper functor structure for concatenate. More...
#include <pcl/common/concatenate.h>
Public Types | |
using | PodIn = typename traits::POD< PointInT >::type |
using | PodOut = typename traits::POD< PointOutT >::type |
Public Member Functions | |
NdConcatenateFunctor (const PointInT &p1, PointOutT &p2) | |
template<typename Key > | |
void | operator() () |
Helper functor structure for concatenate.
Definition at line 49 of file concatenate.h.
using pcl::NdConcatenateFunctor< PointInT, PointOutT >::PodIn = typename traits::POD<PointInT>::type |
Definition at line 51 of file concatenate.h.
using pcl::NdConcatenateFunctor< PointInT, PointOutT >::PodOut = typename traits::POD<PointOutT>::type |
Definition at line 52 of file concatenate.h.
|
inline |
Definition at line 54 of file concatenate.h.
|
inline |
Definition at line 59 of file concatenate.h.