|
octomap 1.9.8
|
OcTreeKey is a container class for internal key addressing. More...
#include <OcTreeKey.h>
Data Structures | |
| struct | KeyHash |
| Provides a hash function on Keys. More... | |
Public Member Functions | |
| OcTreeKey () | |
| OcTreeKey (const OcTreeKey &other) | |
| OcTreeKey (key_type a, key_type b, key_type c) | |
| bool | operator!= (const OcTreeKey &other) const |
| OcTreeKey & | operator= (const OcTreeKey &other) |
| bool | operator== (const OcTreeKey &other) const |
| key_type & | operator[] (unsigned int i) |
| const key_type & | operator[] (unsigned int i) const |
Data Fields | |
| key_type | k [3] |
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.
|
inline |
Referenced by OcTreeKey(), operator!=(), octomap::OcTreeKey::KeyHash::operator()(), operator=(), and operator==().
|
inline |
References k, and OcTreeKey().
|
inline |
References k, and OcTreeKey().
References k, and OcTreeKey().
|
inline |
References k, and OcTreeKey().
| key_type octomap::OcTreeKey::k[3] |