Octree pointcloud single point class More...
#include <octree_pointcloud_singlepoint.h>

Public Types | |
| typedef OctreePointCloudSinglePoint < PointT, LeafContainerT, BranchContainerT, OctreeBase < LeafContainerT, BranchContainerT > > | SingleBuffer |
Public Member Functions | |
| OctreePointCloudSinglePoint (const double resolution_arg) | |
| Constructor. | |
| virtual | ~OctreePointCloudSinglePoint () |
| Empty class constructor. | |
Octree pointcloud single point class
Definition at line 62 of file octree_pointcloud_singlepoint.h.
| typedef OctreePointCloudSinglePoint<PointT, LeafContainerT, BranchContainerT, OctreeBase<LeafContainerT, BranchContainerT> > pcl::octree::OctreePointCloudSinglePoint< PointT, LeafContainerT, BranchContainerT, OctreeT >::SingleBuffer |
Reimplemented from pcl::octree::OctreePointCloud< PointT, LeafContainerT, BranchContainerT, OctreeT >.
Definition at line 69 of file octree_pointcloud_singlepoint.h.
| pcl::octree::OctreePointCloudSinglePoint< PointT, LeafContainerT, BranchContainerT, OctreeT >::OctreePointCloudSinglePoint | ( | const double | resolution_arg | ) | [inline] |
Constructor.
| resolution_arg,: | octree resolution at lowest octree level |
Definition at line 76 of file octree_pointcloud_singlepoint.h.
| virtual pcl::octree::OctreePointCloudSinglePoint< PointT, LeafContainerT, BranchContainerT, OctreeT >::~OctreePointCloudSinglePoint | ( | ) | [inline, virtual] |
Empty class constructor.
Definition at line 82 of file octree_pointcloud_singlepoint.h.