Point Cloud Library (PCL)
1.7.2
|
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... | |
virtual | ~OctreeContainerEmpty () |
Empty deconstructor. More... | |
virtual OctreeContainerEmpty * | deepCopy () const |
Octree deep copy method. More... | |
virtual size_t | getSize () const |
Abstract get size of container (number of DataT objects) More... | |
virtual void | reset () |
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 134 of file octree_container.h.
|
inline |
Empty constructor.
Definition at line 138 of file octree_container.h.
|
inline |
Empty constructor.
Definition at line 144 of file octree_container.h.
|
inlinevirtual |
Empty deconstructor.
Definition at line 151 of file octree_container.h.
|
inline |
Empty addPointIndex implementation.
This leaf node does not store any point indices.
Definition at line 181 of file octree_container.h.
|
inlinevirtual |
Octree deep copy method.
Definition at line 157 of file octree_container.h.
|
inline |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Definition at line 188 of file octree_container.h.
|
inline |
Empty getPointIndices implementation as this leaf node does not store any data.
\
Definition at line 197 of file octree_container.h.
|
inlinevirtual |
Abstract get size of container (number of DataT objects)
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 166 of file octree_container.h.
|
inlinevirtual |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 173 of file octree_container.h.