Point Cloud Library (PCL)
1.9.1-dev
|
Octree container class that does not store any information. More...
#include <pcl/octree/octree_container.h>
Public Member Functions | |
OctreeContainerEmpty () | |
Empty constructor. More... | |
OctreeContainerEmpty (const OctreeContainerEmpty &) | |
Empty constructor. More... | |
~OctreeContainerEmpty () | |
Empty deconstructor. More... | |
virtual OctreeContainerEmpty * | deepCopy () const |
Octree deep copy method. More... | |
size_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 (int) |
Empty addPointIndex implementation. More... | |
int | getPointIndex () const |
Empty getPointIndex implementation as this leaf node does not store any point indices. More... | |
void | getPointIndices (std::vector< int > &) const |
Empty getPointIndices implementation as this leaf node does not store any data. More... | |
![]() | |
OctreeContainerBase () | |
Empty constructor. More... | |
OctreeContainerBase (const OctreeContainerBase &) | |
Empty constructor. More... | |
virtual | ~OctreeContainerBase () |
Empty deconstructor. More... | |
virtual bool | operator== (const OctreeContainerBase &) const |
Equal comparison operator. More... | |
bool | operator!= (const OctreeContainerBase &other) const |
Inequal comparison operator. More... | |
void | addPointIndex (const int &) |
Empty addPointIndex implementation. More... | |
void | getPointIndex (int &) const |
Empty getPointIndex implementation as this leaf node does not store any point indices. More... | |
void | getPointIndices (std::vector< int > &) 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 132 of file octree_container.h.
|
inline |
Empty constructor.
Definition at line 136 of file octree_container.h.
|
inline |
Empty constructor.
Definition at line 142 of file octree_container.h.
|
inline |
Empty deconstructor.
Definition at line 149 of file octree_container.h.
|
inline |
Empty addPointIndex implementation.
This leaf node does not store any point indices.
Definition at line 179 of file octree_container.h.
|
inlinevirtual |
Octree deep copy method.
Definition at line 155 of file octree_container.h.
|
inline |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Definition at line 186 of file octree_container.h.
|
inline |
Empty getPointIndices implementation as this leaf node does not store any data.
\
Definition at line 195 of file octree_container.h.
|
inlineoverridevirtual |
Abstract get size of container (number of DataT objects)
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 164 of file octree_container.h.
|
inlineoverridevirtual |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 171 of file octree_container.h.