Point Cloud Library (PCL)  1.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Defines
octree_pointcloud_density.h File Reference
#include "octree_pointcloud.h"
#include "octree_base.h"
#include "octree2buf_base.h"
Include dependency graph for octree_pointcloud_density.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

Definition at line 185 of file octree_pointcloud_density.h.

Definition at line 188 of file octree_pointcloud_density.h.

Definition at line 187 of file octree_pointcloud_density.h.