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 68 of file OcTreeKey.h.
#include <mrpt/otherlibs/octomap/OcTreeKey.h>
Classes | |
| struct | KeyHash |
| Provides a hash function on Keys. More... | |
Public Member Functions | |
| OcTreeKey () | |
| OcTreeKey (unsigned short int a, unsigned short int b, unsigned short int c) | |
| OcTreeKey (const OcTreeKey &other) | |
| bool | operator== (const OcTreeKey &other) const |
| bool | operator!= (const OcTreeKey &other) const |
| OcTreeKey & | operator= (const OcTreeKey &other) |
| const unsigned short int & | operator[] (unsigned int i) const |
| unsigned short int & | operator[] (unsigned int i) |
Public Attributes | |
| unsigned short int | k [3] |
|
inline |
Definition at line 71 of file OcTreeKey.h.
|
inline |
Definition at line 72 of file OcTreeKey.h.
References k.
|
inline |
Definition at line 74 of file OcTreeKey.h.
References k.
|
inline |
Definition at line 80 of file OcTreeKey.h.
References k.
Definition at line 83 of file OcTreeKey.h.
References k.
|
inline |
Definition at line 77 of file OcTreeKey.h.
References k.
|
inline |
Definition at line 87 of file OcTreeKey.h.
References k.
|
inline |
Definition at line 90 of file OcTreeKey.h.
References k.
| unsigned short int octomap::OcTreeKey::k[3] |
Definition at line 94 of file OcTreeKey.h.
Referenced by octomap::computeChildIdx(), OcTreeKey(), operator!=(), octomap::OcTreeKey::KeyHash::operator()(), operator=(), operator==(), and operator[]().
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Thu Dec 10 00:07:55 UTC 2015 |