Point Cloud Library (PCL)
1.3.1
|
Go to the source code of this file.
Classes | |
class | pcl::octree::OctreePointCloudDensityLeaf |
Octree pointcloud density leaf node class More... | |
class | pcl::octree::OctreePointCloudDensity |
Octree pointcloud density class More... | |
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) | |
namespace | pcl::octree |
Defines | |
#define | PCL_INSTANTIATE_OctreePointCloudDensity(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudDensity<T>; |
#define | PCL_INSTANTIATE_OctreePointCloudSingleBufferWithDensityLeaf(T) template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreePointCloudDensityLeaf<int> , pcl::octree::OctreeBase<int, pcl::octree::OctreePointCloudDensityLeaf<int> > >; |
#define | PCL_INSTANTIATE_OctreePointCloudDoubleBufferWithDensityLeaf(T) template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreePointCloudDensityLeaf<int> , pcl::octree::Octree2BufBase<int, pcl::octree::OctreePointCloudDensityLeaf<int> > >; |
#define PCL_INSTANTIATE_OctreePointCloudDensity | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloudDensity<T>; |
Definition at line 178 of file octree_pointcloud_density.h.
#define PCL_INSTANTIATE_OctreePointCloudDoubleBufferWithDensityLeaf | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreePointCloudDensityLeaf<int> , pcl::octree::Octree2BufBase<int, pcl::octree::OctreePointCloudDensityLeaf<int> > >; |
Definition at line 181 of file octree_pointcloud_density.h.
#define PCL_INSTANTIATE_OctreePointCloudSingleBufferWithDensityLeaf | ( | T | ) | template class PCL_EXPORTS pcl::octree::OctreePointCloud<T, pcl::octree::OctreePointCloudDensityLeaf<int> , pcl::octree::OctreeBase<int, pcl::octree::OctreePointCloudDensityLeaf<int> > >; |
Definition at line 180 of file octree_pointcloud_density.h.