GEOS 3.6.2
geomgraph.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 *
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
13 *
14 **********************************************************************
15 *
16 * Try not to include this header directly. It is kept
17 * for backward compatibility.
18 * Please include geomgraph/classname.h for new code.
19 *
20 **********************************************************************/
21
22
23#ifndef GEOS_GEOMGRAPH_H
24#define GEOS_GEOMGRAPH_H
25
26namespace geos {
27
52namespace geomgraph { // geos.geomgraph
53} // namespace geos.geomgraph
54} // namespace geos
55
56//#include <geos/geomgraph/Depth.h>
57//#include <geos/geomgraph/DirectedEdge.h>
58//#include <geos/geomgraph/DirectedEdgeStar.h>
59//#include <geos/geomgraph/Edge.h>
60#include <geos/geomgraph/EdgeEnd.h>
61#include <geos/geomgraph/EdgeEndStar.h>
62//#include <geos/geomgraph/EdgeIntersection.h>
63//#include <geos/geomgraph/EdgeIntersectionList.h>
64#include <geos/geomgraph/EdgeList.h>
65//#include <geos/geomgraph/EdgeNodingValidator.h>
66//#include <geos/geomgraph/EdgeRing.h>
67#include <geos/geomgraph/GeometryGraph.h>
68#include <geos/geomgraph/GraphComponent.h>
69//#include <geos/geomgraph/Label.h>
70#include <geos/geomgraph/Node.h>
71//#include <geos/geomgraph/NodeFactory.h>
72#include <geos/geomgraph/NodeMap.h>
73#include <geos/geomgraph/PlanarGraph.h>
74//#include <geos/geomgraph/Position.h>
75//#include <geos/geomgraph/Quadrant.h>
76//#include <geos/geomgraph/TopologyLocation.h>
77
78#endif // ifndef GEOS_GEOMGRAPH_H
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25