#include <OcTreeKey.h>
OcTreeKey is a container class for internal key addressing. The keys count the number of cells (voxels) from the origin as discrete address of a voxel.
- See also
- OcTreeBaseImpl::coordToKey() and OcTreeBaseImpl::keyToCoord() for conversions.
Definition at line 70 of file OcTreeKey.h.
◆ OcTreeKey() [1/3]
octomap::OcTreeKey::OcTreeKey |
( |
| ) |
|
|
inline |
◆ OcTreeKey() [2/3]
◆ OcTreeKey() [3/3]
octomap::OcTreeKey::OcTreeKey |
( |
const OcTreeKey & |
other | ) |
|
|
inline |
◆ operator!=()
bool octomap::OcTreeKey::operator!= |
( |
const OcTreeKey & |
other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool octomap::OcTreeKey::operator== |
( |
const OcTreeKey & |
other | ) |
const |
|
inline |
◆ operator[]() [1/2]
const key_type& octomap::OcTreeKey::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
◆ operator[]() [2/2]
key_type& octomap::OcTreeKey::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
The documentation for this class was generated from the following file: