17 #include <geos/export.h> 18 #include <geos/index/bintree/NodeBase.h> 47 void insertContained(
Node* tree,
63 void insert(
Interval* itemInterval,
void* item);
Represents an (1-dimensional) closed interval on the Real number line.
Definition: bintree/Interval.h:24
The base class for nodes in a Bintree.
Definition: bintree/NodeBase.h:35
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
The root node of a single Bintree.
Definition: bintree/Root.h:40
A node of a Bintree.
Definition: index/bintree/Node.h:34