GEOS  3.3.3
planargraph.h
1 /**********************************************************************
2  * $Id: planargraph.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) 2001-2002 Vivid Solutions Inc.
8  * Copyright (C) 2005-2006 Refractions Research 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 #ifndef GEOS_PLANARGRAPH_H
18 #define GEOS_PLANARGRAPH_H
19 
20 namespace geos {
21 
23 namespace planargraph { // geos::planargraph
24 
26 namespace algorithm { // geos::planargraph::algorithm
27 
28 } // namespace geos::planargraph::algorithm
29 } // namespace geos::planargraph
30 } // namespace geos
31 
32 //#include <geos/planargraph/GraphComponent.h>
33 //#include <geos/planargraph/DirectedEdgeStar.h>
34 //#include <geos/planargraph/Node.h>
35 //#include <geos/planargraph/Edge.h>
36 //#include <geos/planargraph/DirectedEdge.h>
37 #include <geos/planargraph/NodeMap.h>
38 #include <geos/planargraph/PlanarGraph.h>
39 //#include <geos/planargraph/Subgraph.h>
40 //#include <geos/planargraph/algorithm/ConnectedSubgraphFinder.h>
41 
42 #endif
43