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