![]() |
GlobeEngine
|
#include <CullableSpatialKey.h>
Public Member Functions | |
| void | clearCullability () |
| void | isRequestable (bool _in) |
| bool | isRequestable () const |
| void | isLoaded (bool _in) |
| bool | isLoaded () const |
| void | isRemoved (bool _in) |
| bool | isRemoved () const |
| void | isRequestabilityTested (bool _in) |
| bool | isRequestabilityTested () const |
| void | isInViewFrustum (bool _in) |
| bool | isInViewFrustum () const |
| void | isFarFromViewFrustum (bool _in) |
| bool | isFarFromViewFrustum () const |
| void | setDistanceToCamera (double _in) |
| double | getDistanceToCamera () const |
Public Member Functions inherited from geSpatial::SpatialTreeKey< D, T > | |
| SpatialTreeKey () | |
| SpatialTreeKey (short _lod) | |
| short | getLod () const |
| void | setLod (short _in) |
| const T * | getCoord () const |
| std::string | getKeyAsString () |
Protected Attributes | |
| bool | requestabilityTested |
| bool | requestable |
| bool | loaded |
| bool | removed |
| bool | inViewFrustum |
| bool | farFromViewFrustum |
| double | cameraDistance |
Protected Attributes inherited from geSpatial::SpatialTreeKey< D, T > | |
| short | lod |
| T | coord [D] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |