12 #include <pcl/point_cloud.h>
13 #include <pcl/search/search.h>
30 template<
typename Po
intT>
43 template<
typename Po
intT>
48 #ifdef PCL_NO_PRECOMPILE
49 #include <pcl/search/impl/auto.hpp>
shared_ptr< const PointCloud< PointT > > ConstPtr
@ undefined
Default value, for general-purpose search method.
@ one_knn_search
The search method will mainly be used for nearestKSearch where k is 1.
@ radius_search
The search method will mainly be used for radiusSearch.
@ many_knn_search
The search method will mainly be used for nearestKSearch where k is larger than 1.
pcl::search::Search< PointT > * autoSelectMethod(const typename pcl::PointCloud< PointT >::ConstPtr &cloud, bool sorted_results, Purpose purpose=Purpose::undefined)
Automatically select the fastest search method for the given point cloud.
shared_ptr< const Indices > IndicesConstPtr