#include <OcTreeKey.h>
Classes | |
struct | KeyHash |
Provides a hash function on Keys. More... | |
Public Member Functions | |
OcTreeKey () | |
OcTreeKey (key_type a, key_type b, key_type c) | |
OcTreeKey (const OcTreeKey &other) | |
bool | operator!= (const OcTreeKey &other) const |
OcTreeKey & | operator= (const OcTreeKey &other) |
bool | operator== (const OcTreeKey &other) const |
const key_type & | operator[] (unsigned int i) const |
key_type & | operator[] (unsigned int i) |
Public Attributes | |
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.
Definition at line 71 of file OcTreeKey.h.
|
inline |
Definition at line 74 of file OcTreeKey.h.
Definition at line 75 of file OcTreeKey.h.
|
inline |
Definition at line 81 of file OcTreeKey.h.
|
inline |
Definition at line 91 of file OcTreeKey.h.
Definition at line 95 of file OcTreeKey.h.
|
inline |
Definition at line 87 of file OcTreeKey.h.
|
inline |
Definition at line 100 of file OcTreeKey.h.
|
inline |
Definition at line 104 of file OcTreeKey.h.
key_type octomap::OcTreeKey::k[3] |
Definition at line 108 of file OcTreeKey.h.