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