GEOS  3.3.3
geomgraph.h
1 /**********************************************************************
2  * $Id: geomgraph.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) 2005-2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions 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  * Try not to include this header directly. It is kept
18  * for backward compatibility.
19  * Please include geomgraph/classname.h for new code.
20  *
21  **********************************************************************/
22 
23 
24 #ifndef GEOS_GEOMGRAPH_H
25 #define GEOS_GEOMGRAPH_H
26 
27 namespace geos {
28 
53 namespace geomgraph { // geos.geomgraph
54 } // namespace geos.geomgraph
55 } // namespace geos
56 
57 //#include <geos/geomgraph/Depth.h>
58 //#include <geos/geomgraph/DirectedEdge.h>
59 //#include <geos/geomgraph/DirectedEdgeStar.h>
60 //#include <geos/geomgraph/Edge.h>
61 #include <geos/geomgraph/EdgeEnd.h>
62 #include <geos/geomgraph/EdgeEndStar.h>
63 //#include <geos/geomgraph/EdgeIntersection.h>
64 //#include <geos/geomgraph/EdgeIntersectionList.h>
65 #include <geos/geomgraph/EdgeList.h>
66 //#include <geos/geomgraph/EdgeNodingValidator.h>
67 //#include <geos/geomgraph/EdgeRing.h>
68 #include <geos/geomgraph/GeometryGraph.h>
69 #include <geos/geomgraph/GraphComponent.h>
70 //#include <geos/geomgraph/Label.h>
71 #include <geos/geomgraph/Node.h>
72 //#include <geos/geomgraph/NodeFactory.h>
73 #include <geos/geomgraph/NodeMap.h>
74 #include <geos/geomgraph/PlanarGraph.h>
75 //#include <geos/geomgraph/Position.h>
76 //#include <geos/geomgraph/Quadrant.h>
77 //#include <geos/geomgraph/TopologyLocation.h>
78 
79 #endif // ifndef GEOS_GEOMGRAPH_H
80 
81 /**********************************************************************
82  * $Log$
83  * Revision 1.42 2006/06/01 11:49:35 strk
84  * Reduced installed headers form geomgraph namespace
85  *
86  * Revision 1.41 2006/03/09 16:46:48 strk
87  * geos::geom namespace definition, first pass at headers split
88  *
89  * Revision 1.40 2006/03/06 19:40:46 strk
90  * geos::util namespace. New GeometryCollection::iterator interface, many cleanups.
91  *
92  * Revision 1.39 2006/03/03 10:46:21 strk
93  * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46)
94  *
95  * Revision 1.38 2006/03/02 14:34:30 strk
96  * GeometryGraphOperation::li made a non-static member, and not more a pointer
97  *
98  * Revision 1.37 2006/02/28 14:34:05 strk
99  * Added many assertions and debugging output hunting for a bug in BufferOp
100  *
101  *
102  **********************************************************************/
103