Point Cloud Library (PCL)
1.14.1-dev
|
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) 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... | |
void | getPointIndex (index_t &) const |
Empty getPointIndex implementation as this leaf node does not store any point indices. More... | |
Octree container class that does not store any information.
Definition at line 129 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 156 of file octree_container.h.
|
inlinevirtual |
Octree deep copy method.
Definition at line 133 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 163 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 174 of file octree_container.h.
|
inlineoverridevirtual |
Abstract get size of container (number of DataT objects)
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 142 of file octree_container.h.
|
inlineoverridevirtual |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 149 of file octree_container.h.