Public Member Functions | Protected Member Functions

geos::index::bintree::Root Class Reference

The root node of a single Bintree. More...

#include <Root.h>

Inheritance diagram for geos::index::bintree::Root:
geos::index::bintree::NodeBase

List of all members.

Public Member Functions

void insert (Interval *itemInterval, void *item)

Protected Member Functions

bool isSearchMatch (Interval *)

Detailed Description

The root node of a single Bintree.

It is centred at the origin, and does not have a defined extent.


Member Function Documentation

void geos::index::bintree::Root::insert ( Interval itemInterval,
void *  item 
)
Parameters:
itemInterval Ownership left to caller, references kept in this class.
item Ownership left to caller, references kept in this class.

The documentation for this class was generated from the following file: