16 #ifndef GEOS_IDX_BINTREE_ROOT_H
17 #define GEOS_IDX_BINTREE_ROOT_H
19 #include <geos/export.h>
20 #include <geos/index/bintree/NodeBase.h>
49 void insertContained(
Node *tree,
65 void insert(
Interval *itemInterval,
void* item);
69 bool isSearchMatch(
Interval* ) {
return true; }
76 #endif // GEOS_IDX_BINTREE_ROOT_H