GEOS 3.6.2
planargraph.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 * Copyright (C) 2005-2006 Refractions Research 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#ifndef GEOS_PLANARGRAPH_H
17#define GEOS_PLANARGRAPH_H
18
19namespace geos {
20
22namespace planargraph { // geos::planargraph
23
25namespace algorithm { // geos::planargraph::algorithm
26
27} // namespace geos::planargraph::algorithm
28} // namespace geos::planargraph
29} // namespace geos
30
31//#include <geos/planargraph/GraphComponent.h>
32//#include <geos/planargraph/DirectedEdgeStar.h>
33//#include <geos/planargraph/Node.h>
34//#include <geos/planargraph/Edge.h>
35//#include <geos/planargraph/DirectedEdge.h>
36#include <geos/planargraph/NodeMap.h>
37#include <geos/planargraph/PlanarGraph.h>
38//#include <geos/planargraph/Subgraph.h>
39//#include <geos/planargraph/algorithm/ConnectedSubgraphFinder.h>
40
41#endif
42
Planargraph algorithms.
Definition planargraph.h:25
Contains classes to implement a planar graph data structure.
Definition LineMergeDirectedEdge.h:32
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25