16#ifndef GEOS_INDEX_ITEMVISITOR_H
17#define GEOS_INDEX_ITEMVISITOR_H
19#include <geos/export.h>
31 virtual void visitItem(
void *)=0;
A visitor for items in an index.
Definition ItemVisitor.h:29
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25