- BB
rect BB(Indexable obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- Each
void Each(HashSetIterator func)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMasterTree
Tree GetMasterTree()
Undocumented in source. Be warned that the author may not have intended to support it.
- IncrementStamp
void IncrementStamp()
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert
void Insert(Indexable obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- LeafQuery
void LeafQuery(Node* subtree, Node* leaf, SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- LeafUpdate
bool LeafUpdate(Node* leaf)
Undocumented in source. Be warned that the author may not have intended to support it.
- NewLeaf
Node* NewLeaf(Indexable obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- NodeFromPool
Node* NodeFromPool()
Undocumented in source. Be warned that the author may not have intended to support it.
- NodeNew
Node* NodeNew(Node* a, Node* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- NodeQuery
void NodeQuery(Node* leaf, Node* staticRoot, SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- NodeRecycle
void NodeRecycle(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.
- NodeReplaceChild
void NodeReplaceChild(Node* parent, Node* child, Node* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Query
void Query(Indexable obj, rect bb, SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReindexQuery
void ReindexQuery(SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- SubtreeInsert
Node* SubtreeInsert(Node* subtree, Node* leaf)
Undocumented in source. Be warned that the author may not have intended to support it.
- SubtreeQuery
void SubtreeQuery(Node* subtree, Indexable obj, rect bb, SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- SubtreeRemove
Node* SubtreeRemove(Node* subtree, Node* leaf)
Undocumented in source. Be warned that the author may not have intended to support it.
- SubtreeSelfQuery
void SubtreeSelfQuery(Node* subtree, Node* staticRoot, SpatialIndexQueryFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.