15 #ifndef GEOS_IDX_BINTREE_ROOT_H
16 #define GEOS_IDX_BINTREE_ROOT_H
18 #include <geos/export.h>
19 #include <geos/index/bintree/NodeBase.h>
48 void insertContained(
Node* tree,
Represents an (1-dimensional) closed interval on the Real number line.
Definition: bintree/Interval.h:25
The base class for nodes in a Bintree.
Definition: bintree/NodeBase.h:36
A node of a Bintree.
Definition: index/bintree/Node.h:35
The root node of a single Bintree.
Definition: bintree/Root.h:41
void insert(Interval *itemInterval, void *item)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26