Octree container class that does not store any information. More...
#include <octree_container.h>
Public Member Functions | |
void | addPointIndex (int) |
Empty addPointIndex implementation. This leaf node does not store any point indices. | |
virtual OctreeContainerEmpty * | deepCopy () const |
Octree deep copy method. | |
int | getPointIndex () const |
Empty getPointIndex implementation as this leaf node does not store any point indices. | |
void | getPointIndices (std::vector< int > &) const |
Empty getPointIndices implementation as this leaf node does not store any data. \. | |
virtual size_t | getSize () const |
Abstract get size of container (number of DataT objects) | |
OctreeContainerEmpty () | |
Empty constructor. | |
OctreeContainerEmpty (const OctreeContainerEmpty &) | |
Empty constructor. | |
virtual void | reset () |
Abstract reset leaf node implementation. | |
virtual | ~OctreeContainerEmpty () |
Empty deconstructor. |
Octree container class that does not store any information.
Definition at line 134 of file octree_container.h.
Empty constructor.
Definition at line 138 of file octree_container.h.
pcl::octree::OctreeContainerEmpty::OctreeContainerEmpty | ( | const OctreeContainerEmpty & | ) | [inline] |
Empty constructor.
Definition at line 144 of file octree_container.h.
virtual pcl::octree::OctreeContainerEmpty::~OctreeContainerEmpty | ( | ) | [inline, virtual] |
Empty deconstructor.
Definition at line 151 of file octree_container.h.
void pcl::octree::OctreeContainerEmpty::addPointIndex | ( | int | ) | [inline] |
Empty addPointIndex implementation. This leaf node does not store any point indices.
Definition at line 181 of file octree_container.h.
virtual OctreeContainerEmpty* pcl::octree::OctreeContainerEmpty::deepCopy | ( | ) | const [inline, virtual] |
Octree deep copy method.
Definition at line 157 of file octree_container.h.
int pcl::octree::OctreeContainerEmpty::getPointIndex | ( | ) | const [inline] |
Empty getPointIndex implementation as this leaf node does not store any point indices.
Definition at line 188 of file octree_container.h.
void pcl::octree::OctreeContainerEmpty::getPointIndices | ( | std::vector< int > & | ) | const [inline] |
Empty getPointIndices implementation as this leaf node does not store any data. \.
Reimplemented from pcl::octree::OctreeContainerBase.
Definition at line 197 of file octree_container.h.
virtual size_t pcl::octree::OctreeContainerEmpty::getSize | ( | ) | const [inline, virtual] |
Abstract get size of container (number of DataT objects)
Definition at line 166 of file octree_container.h.
virtual void pcl::octree::OctreeContainerEmpty::reset | ( | ) | [inline, virtual] |
Abstract reset leaf node implementation.
Implements pcl::octree::OctreeContainerBase.
Definition at line 173 of file octree_container.h.