Point Cloud Library (PCL)  1.3.1
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
 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 Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines