|
Point Cloud Library (PCL) 1.13.0
|
Octree container class that does not store any information. More...
#include <pcl/octree/octree_container.h>
Inheritance diagram for pcl::octree::OctreeContainerEmpty: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) override |
| Empty addPointIndex implementation. More... | |
| index_t | getPointIndex () const override |
| Empty getPointIndex implementation as this leaf node does not store any point indices. More... | |
| void | getPointIndices (Indices &) const override |
| Empty getPointIndices implementation as this leaf node does not store any data. More... | |
Public Member Functions inherited from pcl::octree::OctreeContainerBase | |
| 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... | |
| virtual void | addPointIndex (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... | |
| virtual index_t | getPointIndex () const |
| Empty getPointIndex implementation as this leaf node does not store any point indices. More... | |
| virtual 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 128 of file octree_container.h.
|
inlineoverridevirtual |
Empty addPointIndex implementation.
This leaf node does not store any point indices.
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 155 of file octree_container.h.
|
inlinevirtual |
Octree deep copy method.
Definition at line 132 of file octree_container.h.
|
inlineoverridevirtual |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 162 of file octree_container.h.
|
inlineoverridevirtual |
Empty getPointIndices implementation as this leaf node does not store any data.
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 172 of file octree_container.h.
|
inlineoverridevirtual |
Abstract get size of container (number of DataT objects)
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 141 of file octree_container.h.
|
inlineoverridevirtual |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 148 of file octree_container.h.