batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
Tree
Engine
Tree
BBTreeCache
Undocumented in source.
interface
Tree {
TimeStamp
stamp
[@property getter];
size_t
length
[@property getter];
void
Each
(HashSetIterator fnc);
void
Insert
(Indexable obj);
void
Query
(Indexable obj, rect aabb, SpatialIndexQueryFunc fnc);
}
Members
Functions
Each
void
Each
(HashSetIterator fnc)
Undocumented in source.
Insert
void
Insert
(Indexable obj)
Undocumented in source.
Query
void
Query
(Indexable obj, rect aabb, SpatialIndexQueryFunc fnc)
Undocumented in source.
Properties
length
size_t
length
[@property getter]
Undocumented in source.
stamp
TimeStamp
stamp
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
Engine
Tree
BBTreeCache
aliases
Hash
HashSetIterator
SpatialIndexQueryFunc
TimeStamp
classes
BBTree
interfaces
Indexable
Tree
structs
MarkContext
Node
Pair
Thread