point_cloud_library / 1.12.1 / classpcl_1_1octree_1_1_octree_container_base.html /

Octree container class that can serve as a base to construct own leaf node container classes. More...

#include <pcl/octree/octree_container.h>

Public Member Functions

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...
void addPointIndex (const 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...
void getPointIndices (Indices &) const
Empty getPointIndices implementation as this leaf node does not store any data. More...

Detailed Description

Octree container class that can serve as a base to construct own leaf node container classes.

Author
Julius Kammerl ( juliu.nosp@m.s@ka.nosp@m.mmerl.nosp@m..de)

Definition at line 55 of file octree_container.h.

Constructor & Destructor Documentation

~OctreeContainerBase()

virtual pcl::octree::OctreeContainerBase::~OctreeContainerBase ( )
virtualdefault

Member Function Documentation

addPointIndex()

void pcl::octree::OctreeContainerBase::addPointIndex ( const index_t & )
inline

Empty addPointIndex implementation.

This leaf node does not store any point indices.

Definition at line 93 of file octree_container.h.

getPointIndex()

void pcl::octree::OctreeContainerBase::getPointIndex ( index_t & ) const
inline

Empty getPointIndex implementation as this leaf node does not store any point indices.

Definition at line 100 of file octree_container.h.

getPointIndices()

void pcl::octree::OctreeContainerBase::getPointIndices ( Indices & ) const
inline

Empty getPointIndices implementation as this leaf node does not store any data.

\

Definition at line 107 of file octree_container.h.

getSize()

virtual uindex_t pcl::octree::OctreeContainerBase::getSize ( ) const
inlinevirtual

Pure abstract method to get size of container (number of indices)

Returns
number of points/indices stored in leaf node container.

Reimplemented in pcl::octree::OctreeContainerPointIndices, pcl::octree::OctreeContainerPointIndex, pcl::octree::OctreeContainerEmpty, and pcl::octree::OctreePointCloudAdjacencyContainer< PointInT, DataT >.

Definition at line 80 of file octree_container.h.

operator!=()

bool pcl::octree::OctreeContainerBase::operator!= ( const OctreeContainerBase & other ) const
inline

Inequal comparison operator.

Parameters
[in] other OctreeContainerBase to compare with

Definition at line 71 of file octree_container.h.

operator==()

virtual bool pcl::octree::OctreeContainerBase::operator== ( const OctreeContainerBase & ) const
inlinevirtual

reset()


The documentation for this class was generated from the following file:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1octree_1_1_octree_container_base.html