PCL
IndirectSortedArray.h File Reference
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <pcl/IndirectArray.h>
#include <pcl/SortedArray.h>

Go to the source code of this file.

Classes

class  pcl::IndirectSortedArray< T, A >
 Generic dynamic sorted array of pointers to objects. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

template<class T , class A , class V >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &&x, const V *p)
 
template<class T , class A >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &&x1, const IndirectArray< T, A > &x2)
 
template<class T , class A >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &&x1, const IndirectSortedArray< T, A > &x2)
 
template<class T , class A , class V >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &x, const V *p)
 
template<class T , class A >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &x1, const IndirectArray< T, A > &x2)
 
template<class T , class A >
IndirectSortedArray< T, A > & pcl::operator<< (IndirectSortedArray< T, A > &x1, const IndirectSortedArray< T, A > &x2)