00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2005-2006 Refractions Research Inc. 00007 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00008 * 00009 * This is free software; you can redistribute and/or modify it under 00010 * the terms of the GNU Lesser General Public Licence as published 00011 * by the Free Software Foundation. 00012 * See the COPYING file for more information. 00013 * 00014 ********************************************************************** 00015 * 00016 * Try not to include this header directly. It is kept 00017 * for backward compatibility. 00018 * Please include geomgraph/classname.h for new code. 00019 * 00020 **********************************************************************/ 00021 00022 00023 #ifndef GEOS_GEOMGRAPH_H 00024 #define GEOS_GEOMGRAPH_H 00025 00026 namespace geos { 00027 00052 namespace geomgraph { // geos.geomgraph 00053 } // namespace geos.geomgraph 00054 } // namespace geos 00055 00056 //#include <geos/geomgraph/Depth.h> 00057 //#include <geos/geomgraph/DirectedEdge.h> 00058 //#include <geos/geomgraph/DirectedEdgeStar.h> 00059 //#include <geos/geomgraph/Edge.h> 00060 #include <geos/geomgraph/EdgeEnd.h> 00061 #include <geos/geomgraph/EdgeEndStar.h> 00062 //#include <geos/geomgraph/EdgeIntersection.h> 00063 //#include <geos/geomgraph/EdgeIntersectionList.h> 00064 #include <geos/geomgraph/EdgeList.h> 00065 //#include <geos/geomgraph/EdgeNodingValidator.h> 00066 //#include <geos/geomgraph/EdgeRing.h> 00067 #include <geos/geomgraph/GeometryGraph.h> 00068 #include <geos/geomgraph/GraphComponent.h> 00069 //#include <geos/geomgraph/Label.h> 00070 #include <geos/geomgraph/Node.h> 00071 //#include <geos/geomgraph/NodeFactory.h> 00072 #include <geos/geomgraph/NodeMap.h> 00073 #include <geos/geomgraph/PlanarGraph.h> 00074 //#include <geos/geomgraph/Position.h> 00075 //#include <geos/geomgraph/Quadrant.h> 00076 //#include <geos/geomgraph/TopologyLocation.h> 00077 00078 #endif // ifndef GEOS_GEOMGRAPH_H