17 #ifndef GEOS_GEOMGRAPH_INDEX_H
18 #define GEOS_GEOMGRAPH_INDEX_H
27 #include <geos/geomgraph/index/EdgeSetIntersector.h>
28 # include <geos/geomgraph/index/SimpleEdgeSetIntersector.h>
29 # include <geos/geomgraph/index/SimpleSweepLineIntersector.h>
30 # include <geos/geomgraph/index/SimpleMCSweepLineIntersector.h>
32 #include <geos/geomgraph/index/SweepLineSegment.h>
33 #include <geos/geomgraph/index/SweepLineEvent.h>
34 #include <geos/geomgraph/index/SegmentIntersector.h>
35 #include <geos/geomgraph/index/MonotoneChain.h>
36 #include <geos/geomgraph/index/MonotoneChainIndexer.h>
37 #include <geos/geomgraph/index/MonotoneChainEdge.h>