Go to the source code of this file.
Classes | |
class | pcl::search::KdTree< PointT > |
search::KdTree is a wrapper class which inherits the pcl::KdTree class for performing search functions using KdTree structure. KdTree is a generic type of 3D spatial locator using kD-tree structures. The class is making use of the FLANN (Fast Library for Approximate Nearest Neighbor) project by Marius Muja and David Lowe. More... | |
Namespaces | |
namespace | pcl |
namespace | pcl::search |
Defines | |
#define | PCL_INSTANTIATE_KdTree(T) template class PCL_EXPORTS pcl::search::KdTree<T>; |
#define PCL_INSTANTIATE_KdTree | ( | T | ) | template class PCL_EXPORTS pcl::search::KdTree<T>; |
Definition at line 178 of file search/include/pcl/search/kdtree.h.