15 #ifndef GEOS_IDX_BINTREE_NODE_H 16 #define GEOS_IDX_BINTREE_NODE_H 18 #include <geos/export.h> 19 #include <geos/index/bintree/NodeBase.h> 53 void insert(
Node *node);
63 Node* getSubnode(
int index);
65 Node* createSubnode(
int index);
69 bool isSearchMatch(
Interval *itemInterval);
76 #endif // GEOS_IDX_BINTREE_NODE_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
A node of a Bintree.
Definition: index/bintree/Node.h:35