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>
41class GEOS_DLL Root:
public NodeBase {
48 void insertContained(
Node *tree,
68 bool isSearchMatch(
Interval* ) {
return true; }
Represents an (1-dimensional) closed interval on the Real number line.
Definition bintree/Interval.h:25
A node of a Bintree.
Definition index/bintree/Node.h:35
void insert(Interval *itemInterval, void *item)
Contains classes that implement a Binary Interval Tree index.
Definition MCPointInRing.h:37
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25