Point Cloud Library (PCL)  1.15.1-dev
Classes | Functions
pcl::search::internal Namespace Reference

Classes

struct  PointCloudAdaptor
 Helper for KdTreeNanoflann, serves as a dataset adaptor. More...
 

Functions

template<typename Dist >
float square_if_l2 (float radius)
 Helper function for radiusSearch: must have a template specialization if the distance norm is L2. More...
 

Function Documentation

◆ square_if_l2()

template<typename Dist >
float pcl::search::internal::square_if_l2 ( float  radius)

Helper function for radiusSearch: must have a template specialization if the distance norm is L2.

Definition at line 85 of file kdtree_nanoflann.h.