Point Cloud Library (PCL)
1.3.1
|
Go to the source code of this file.
Classes | |
class | pcl::search::Octree |
search::Octree is a wrapper class which implements nearest neighbor search operations based on the pcl::octree::Octree structure. More... | |
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) | |
namespace | pcl::search |
Defines | |
#define | PCL_INSTANTIATE_Octree(T) template class PCL_EXPORTS pcl::search::Octree<T, pcl::octree::OctreeLeafDataTVector<int>, pcl::octree::OctreeBase<int, pcl::octree::OctreeLeafDataTVector<int> > >; |
#define PCL_INSTANTIATE_Octree | ( | T | ) | template class PCL_EXPORTS pcl::search::Octree<T, pcl::octree::OctreeLeafDataTVector<int>, pcl::octree::OctreeBase<int, pcl::octree::OctreeLeafDataTVector<int> > >; |