Octree container class that does not store any information. More...
#include <pcl/octree/octree_container.h>
Public Member Functions | |
| virtual OctreeContainerEmpty * | deepCopy () const |
| Octree deep copy method. More... |
|
| uindex_t | getSize () const override |
| Abstract get size of container (number of DataT objects) More... |
|
| void | reset () override |
| Abstract reset leaf node implementation. More... |
|
| void | addPointIndex (index_t) |
| Empty addPointIndex implementation. More... |
|
| index_t | getPointIndex () 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... |
|
|
| |
| virtual | ~OctreeContainerBase ()=default |
| virtual bool | operator== (const OctreeContainerBase &) const |
| Equal comparison operator. More... |
|
| bool | operator!= (const OctreeContainerBase &other) const |
| Inequal comparison operator. 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 does not store any information.
Definition at line 118 of file octree_container.h.
| inline |
Empty addPointIndex implementation.
This leaf node does not store any point indices.
Definition at line 144 of file octree_container.h.
| inlinevirtual |
Octree deep copy method.
Definition at line 122 of file octree_container.h.
| inline |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Definition at line 150 of file octree_container.h.
| inline |
Empty getPointIndices implementation as this leaf node does not store any data.
Definition at line 160 of file octree_container.h.
| inlineoverridevirtual |
Abstract get size of container (number of DataT objects)
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 131 of file octree_container.h.
| inlineoverridevirtual |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 138 of file octree_container.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_container_empty.html