Octree pointcloud single point class More...
#include <octree_pointcloud_singlepoint.h>
Public Types | |
typedef OctreePointCloudSinglePoint < PointT, LeafT, BranchT, Octree2BufBase< int, LeafT, BranchT > > | DoubleBuffer |
typedef OctreePointCloudSinglePoint < PointT, LeafT, BranchT, OctreeBase< int, LeafT, BranchT > > | SingleBuffer |
Public Member Functions | |
OctreePointCloudSinglePoint (const double resolution_arg) | |
Constructor. | |
virtual | ~OctreePointCloudSinglePoint () |
Empty class constructor. |
Octree pointcloud single point class
Definition at line 67 of file octree_pointcloud_singlepoint.h.
typedef OctreePointCloudSinglePoint<PointT, LeafT, BranchT, Octree2BufBase<int, LeafT, BranchT> > pcl::octree::OctreePointCloudSinglePoint< PointT, LeafT, BranchT, OctreeT >::DoubleBuffer |
Reimplemented from pcl::octree::OctreePointCloud< PointT, LeafT, BranchT, OctreeT >.
Definition at line 76 of file octree_pointcloud_singlepoint.h.
typedef OctreePointCloudSinglePoint<PointT, LeafT, BranchT, OctreeBase<int, LeafT, BranchT> > pcl::octree::OctreePointCloudSinglePoint< PointT, LeafT, BranchT, OctreeT >::SingleBuffer |
Reimplemented from pcl::octree::OctreePointCloud< PointT, LeafT, BranchT, OctreeT >.
Definition at line 74 of file octree_pointcloud_singlepoint.h.
pcl::octree::OctreePointCloudSinglePoint< PointT, LeafT, BranchT, OctreeT >::OctreePointCloudSinglePoint | ( | const double | resolution_arg | ) | [inline] |
Constructor.
resolution_arg,: | octree resolution at lowest octree level |
Definition at line 81 of file octree_pointcloud_singlepoint.h.
virtual pcl::octree::OctreePointCloudSinglePoint< PointT, LeafT, BranchT, OctreeT >::~OctreePointCloudSinglePoint | ( | ) | [inline, virtual] |
Empty class constructor.
Definition at line 87 of file octree_pointcloud_singlepoint.h.