|
Point Cloud Library (PCL)
1.5.1
|


Go to the source code of this file.
Classes | |
| class | pcl::octree::OctreePointCloudDensityLeaf< DataT > |
| Octree pointcloud density leaf node class More... | |
| class | pcl::octree::OctreePointCloudDensity< PointT, LeafT, OctreeT > |
| 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 185 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 188 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 187 of file octree_pointcloud_density.h.
1.8.0