The root node of a single Bintree. More...
#include <Root.h>
Public Member Functions | |
void | insert (Interval *itemInterval, void *item) |
Protected Member Functions | |
bool | isSearchMatch (Interval *) |
The root node of a single Bintree.
It is centred at the origin, and does not have a defined extent.
void geos::index::bintree::Root::insert | ( | Interval * | itemInterval, | |
void * | item | |||
) |
itemInterval | Ownership left to caller, references kept in this class. | |
item | Ownership left to caller, references kept in this class. |