Octree pointcloud density leaf node class More...
#include <pcl/octree/octree_pointcloud_density.h>
Public Member Functions | |
OctreePointCloudDensityContainer () | |
Class initialization. More... |
|
~OctreePointCloudDensityContainer () | |
Empty class deconstructor. More... |
|
virtual OctreePointCloudDensityContainer * | deepCopy () const |
deep copy function More... |
|
bool | operator== (const OctreeContainerBase &other) const override |
Equal comparison operator. More... |
|
void | addPointIndex (uindex_t) |
Read input data. More... |
|
uindex_t | getPointCounter () |
Return point counter. More... |
|
void | reset () override |
Reset leaf node. More... |
|
Public Member Functions inherited from pcl::octree::OctreeContainerBase | |
virtual | ~OctreeContainerBase ()=default |
bool | operator!= (const OctreeContainerBase &other) const |
Inequal comparison operator. More... |
|
virtual uindex_t | getSize () const |
Pure abstract method to get size of container (number of indices) More... |
|
void | addPointIndex (const index_t &) |
Empty addPointIndex implementation. More... |
|
void | getPointIndex (index_t &) const |
Empty getPointIndex implementation as this leaf node does not store any point indices. More... |
|
void | getPointIndices (Indices &) const |
Empty getPointIndices implementation as this leaf node does not store any data. More... |
|
Octree pointcloud density leaf node class
Definition at line 50 of file octree_pointcloud_density.h.
| inline |
Class initialization.
Definition at line 53 of file octree_pointcloud_density.h.
Referenced by deepCopy().
| inline |
Empty class deconstructor.
Definition at line 56 of file octree_pointcloud_density.h.
| inline |
Read input data.
Only an internal counter is increased.
Definition at line 79 of file octree_pointcloud_density.h.
| inlinevirtual |
deep copy function
Definition at line 60 of file octree_pointcloud_density.h.
References OctreePointCloudDensityContainer().
| inline |
Return point counter.
Definition at line 85 of file octree_pointcloud_density.h.
Referenced by pcl::octree::OctreePointCloudDensity< PointT, LeafContainerT, BranchContainerT >::getVoxelDensityAtPoint().
| inlineoverridevirtual |
Equal comparison operator.
[in] | other | OctreePointCloudDensityContainer to compare with |
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 69 of file octree_pointcloud_density.h.
| inlineoverridevirtual |
Reset leaf node.
Implements pcl::octree::OctreeContainerBase.
Definition at line 92 of file octree_pointcloud_density.h.
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1octree_1_1_octree_point_cloud_density_container.html