GEOS  3.3.3
geomgraphindex.h
1 /**********************************************************************
2  * $Id: geomgraphindex.h 1820 2006-09-06 16:54:23Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2001-2002 Vivid Solutions Inc.
8  * Copyright (C) 2005 Refractions Research Inc.
9  *
10  * This is free software; you can redistribute and/or modify it under
11  * the terms of the GNU Lesser General Public Licence as published
12  * by the Free Software Foundation.
13  * See the COPYING file for more information.
14  *
15  **********************************************************************/
16 
17 #ifndef GEOS_GEOMGRAPH_INDEX_H
18 #define GEOS_GEOMGRAPH_INDEX_H
19 
20 namespace geos {
21 namespace geomgraph {
22 namespace index {
23 }
24 }
25 }
26 
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>
31 
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>
38 
39 #endif
40 
41