21 #ifndef GF_SPATIAL_TYPES_H 22 #define GF_SPATIAL_TYPES_H 32 #ifndef DOXYGEN_SHOULD_SKIP_THIS 85 #ifndef DOXYGEN_SHOULD_SKIP_THIS 90 #endif // GF_SPATIAL_TYPES_H The structure represents an internal node.
SpatialQuery
A kind of spatial query.
Definition: SpatialTypes.h:73
SpatialStructureType
A type of spatial structure.
Definition: SpatialTypes.h:50
SpatialId
A spatial id.
Definition: SpatialTypes.h:42
The structure represents an actuel object.
int level
The level of the structure.
Definition: SpatialTypes.h:66
A spatial structure.
Definition: SpatialTypes.h:63
Search for all objects that intersect the given bounds.
Search for all objects that contain the given bounds.
RectF bounds
The bounds of the structure.
Definition: SpatialTypes.h:64
The namespace for gf classes.
Definition: Action.h:35
std::function< void(Handle)> SpatialQueryCallback
A callback for spatial query.
Definition: SpatialTypes.h:82
SpatialStructureType type
The type of the structure.
Definition: SpatialTypes.h:65