00001 /********************************************************************** 00002 * $Id: geomgraph.h 1820 2006-09-06 16:54:23Z mloskot $ 00003 * 00004 * GEOS - Geometry Engine Open Source 00005 * http://geos.refractions.net 00006 * 00007 * Copyright (C) 2005-2006 Refractions Research Inc. 00008 * Copyright (C) 2001-2002 Vivid Solutions Inc. 00009 * 00010 * This is free software; you can redistribute and/or modify it under 00011 * the terms of the GNU Lesser General Public Licence as published 00012 * by the Free Software Foundation. 00013 * See the COPYING file for more information. 00014 * 00015 ********************************************************************** 00016 * 00017 * Try not to include this header directly. It is kept 00018 * for backward compatibility. 00019 * Please include geomgraph/classname.h for new code. 00020 * 00021 **********************************************************************/ 00022 00023 00024 #ifndef GEOS_GEOMGRAPH_H 00025 #define GEOS_GEOMGRAPH_H 00026 00027 namespace geos { 00028 00053 namespace geomgraph { // geos.geomgraph 00054 } // namespace geos.geomgraph 00055 } // namespace geos 00056 00057 //#include <geos/geomgraph/Depth.h> 00058 //#include <geos/geomgraph/DirectedEdge.h> 00059 //#include <geos/geomgraph/DirectedEdgeStar.h> 00060 //#include <geos/geomgraph/Edge.h> 00061 #include <geos/geomgraph/EdgeEnd.h> 00062 #include <geos/geomgraph/EdgeEndStar.h> 00063 //#include <geos/geomgraph/EdgeIntersection.h> 00064 //#include <geos/geomgraph/EdgeIntersectionList.h> 00065 #include <geos/geomgraph/EdgeList.h> 00066 //#include <geos/geomgraph/EdgeNodingValidator.h> 00067 //#include <geos/geomgraph/EdgeRing.h> 00068 #include <geos/geomgraph/GeometryGraph.h> 00069 #include <geos/geomgraph/GraphComponent.h> 00070 //#include <geos/geomgraph/Label.h> 00071 #include <geos/geomgraph/Node.h> 00072 //#include <geos/geomgraph/NodeFactory.h> 00073 #include <geos/geomgraph/NodeMap.h> 00074 #include <geos/geomgraph/PlanarGraph.h> 00075 //#include <geos/geomgraph/Position.h> 00076 //#include <geos/geomgraph/Quadrant.h> 00077 //#include <geos/geomgraph/TopologyLocation.h> 00078 00079 #endif // ifndef GEOS_GEOMGRAPH_H 00080 00081 /********************************************************************** 00082 * $Log$ 00083 * Revision 1.42 2006/06/01 11:49:35 strk 00084 * Reduced installed headers form geomgraph namespace 00085 * 00086 * Revision 1.41 2006/03/09 16:46:48 strk 00087 * geos::geom namespace definition, first pass at headers split 00088 * 00089 * Revision 1.40 2006/03/06 19:40:46 strk 00090 * geos::util namespace. New GeometryCollection::iterator interface, many cleanups. 00091 * 00092 * Revision 1.39 2006/03/03 10:46:21 strk 00093 * Removed 'using namespace' from headers, added missing headers in .cpp files, removed useless includes in headers (bug#46) 00094 * 00095 * Revision 1.38 2006/03/02 14:34:30 strk 00096 * GeometryGraphOperation::li made a non-static member, and not more a pointer 00097 * 00098 * Revision 1.37 2006/02/28 14:34:05 strk 00099 * Added many assertions and debugging output hunting for a bug in BufferOp 00100 * 00101 * 00102 **********************************************************************/ 00103