Class CountingOcTreeNode

Inheritance Relationships

Base Type

Class Documentation

class CountingOcTreeNode : public octomap::OcTreeDataNode<unsigned int>

An Octree-node which stores an internal counter per node / volume.

Count is recursive, parent nodes have the summed count of their children.

Note

In our mapping system this data structure is used in CountingOcTree in the sensor model only

Public Functions

CountingOcTreeNode()
~CountingOcTreeNode()
inline unsigned int getCount() const
inline void increaseCount()
inline void setCount(unsigned c)