16#ifndef GEOS_GEOMGRAPH_INDEX_H
17#define GEOS_GEOMGRAPH_INDEX_H
26#include <geos/geomgraph/index/EdgeSetIntersector.h>
27# include <geos/geomgraph/index/SimpleEdgeSetIntersector.h>
28# include <geos/geomgraph/index/SimpleSweepLineIntersector.h>
29# include <geos/geomgraph/index/SimpleMCSweepLineIntersector.h>
31#include <geos/geomgraph/index/SweepLineSegment.h>
32#include <geos/geomgraph/index/SweepLineEvent.h>
33#include <geos/geomgraph/index/SegmentIntersector.h>
34#include <geos/geomgraph/index/MonotoneChain.h>
35#include <geos/geomgraph/index/MonotoneChainIndexer.h>
36#include <geos/geomgraph/index/MonotoneChainEdge.h>
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25