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,
64 void insert(
Interval *itemInterval,
void* item);
68 bool isSearchMatch(
Interval* ) {
return true; }
75 #endif // GEOS_IDX_BINTREE_ROOT_H 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
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
The root node of a single Bintree.
Definition: bintree/Root.h:41
A node of a Bintree.
Definition: index/bintree/Node.h:35