Octree container class that can serve as a base to construct own leaf node container classes. More...
#include <pcl/octree/octree_container.h>
Public Member Functions | |
virtual | ~OctreeContainerBase ()=default |
virtual bool | operator== (const OctreeContainerBase &) const |
Equal comparison operator. More... |
|
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... |
|
virtual void | reset ()=0 |
Pure abstract reset leaf node implementation. 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 container class that can serve as a base to construct own leaf node container classes.
Definition at line 55 of file octree_container.h.
| virtualdefault |
| inline |
Empty addPointIndex implementation.
This leaf node does not store any point indices.
Definition at line 93 of file octree_container.h.
| inline |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Definition at line 100 of file octree_container.h.
| inline |
Empty getPointIndices implementation as this leaf node does not store any data.
\
Definition at line 107 of file octree_container.h.
| inlinevirtual |
Pure abstract method to get size of container (number of indices)
Reimplemented in pcl::octree::OctreeContainerPointIndices, pcl::octree::OctreeContainerPointIndex, pcl::octree::OctreeContainerEmpty, and pcl::octree::OctreePointCloudAdjacencyContainer< PointInT, DataT >.
Definition at line 80 of file octree_container.h.
| inline |
Inequal comparison operator.
[in] | other | OctreeContainerBase to compare with |
Definition at line 71 of file octree_container.h.
| inlinevirtual |
Equal comparison operator.
Reimplemented in pcl::octree::OctreeContainerPointIndices, pcl::octree::OctreeContainerPointIndex, pcl::octree::OctreePointCloudDensityContainer, and pcl::octree::OctreePointCloudVoxelCentroidContainer< PointT >.
Definition at line 62 of file octree_container.h.
| pure virtual |
Pure abstract reset leaf node implementation.
Implemented in pcl::octree::OctreeContainerPointIndices, pcl::octree::OctreeContainerPointIndex, pcl::octree::OctreePointCloudAdjacencyContainer< PointInT, DataT >, pcl::octree::OctreeContainerEmpty, pcl::octree::OctreePointCloudVoxelCentroidContainer< PointT >, and pcl::octree::OctreePointCloudDensityContainer.
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1octree_1_1_octree_container_base.html