GlobeEngine
|
#include <SpatialKey.h>
Public Member Functions | |
SpatialTreeKey2 () | |
SpatialTreeKey2 (short _lod) | |
SpatialTreeKey2 (short _lod, unsigned int _x, unsigned int _y) | |
void | setInitial (short _lod, unsigned int _x, unsigned int _y) |
SpatialTreeKey2 (const std::shared_ptr< SpatialTreeKey2 > _copy) | |
std::shared_ptr< SpatialTreeKey2< T > > | getParentKey () const |
std::shared_ptr< SpatialTreeKey2< T > > | getChildKey (int _idx) const |
int | getChildKeyInDirectionTo (std::shared_ptr< SpatialTreeKey2< T > > _key) |
int | getChildIdxInDirectionTo (std::shared_ptr< SpatialTreeKey2< T > > _key) |
bool | operator< (const SpatialTreeKey2 &other) const |
bool | operator== (const SpatialTreeKey2 &other) const |
unsigned int | getX () |
void | setX (unsigned int _in) |
unsigned int | getY () |
void | setY (unsigned int _in) |
Public Member Functions inherited from geSpatial::SpatialTreeKey< 2, T > | |
SpatialTreeKey () | |
SpatialTreeKey (short _lod) | |
short | getLod () const |
void | setLod (short _in) |
const T * | getCoord () const |
std::string | getKeyAsString () |
Additional Inherited Members | |
Protected Attributes inherited from geSpatial::SpatialTreeKey< 2, T > | |
short | lod |
T | coord [D] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |