![]() |
GlobeEngine
|
#include <SpatialKey.h>
Public Member Functions | |
| SpatialTreeKey1 () | |
| SpatialTreeKey1 (short _lod) | |
| SpatialTreeKey1 (short _lod, unsigned int _x) | |
| SpatialTreeKey1 (short _lod, unsigned int _x, bool _order) | |
| bool | operator< (const SpatialTreeKey1 &other) const |
| bool | operator== (const SpatialTreeKey1 &other) const |
| unsigned int | getX () const |
| void | setX (unsigned int _in) |
| bool | isFirstChild () const |
| void | setChildOrder (bool _in) |
Public Member Functions inherited from geSpatial::SpatialTreeKey< 1, T > | |
| SpatialTreeKey () | |
| SpatialTreeKey (short _lod) | |
| short | getLod () const |
| void | setLod (short _in) |
| const T * | getCoord () const |
| std::string | getKeyAsString () |
Protected Attributes | |
| bool | childOrder |
Protected Attributes inherited from geSpatial::SpatialTreeKey< 1, T > | |
| short | lod |
| T | coord [D] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |