GEOS  3.3.3
opPolygonize.h
1 /**********************************************************************
2  * $Id: opPolygonize.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  *
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 
17 #ifndef GEOS_OPPOLYGONIZE_H
18 #define GEOS_OPPOLYGONIZE_H
19 
20 namespace geos {
21 namespace operation { // geos.operation
22 namespace polygonize { // geos.operation.polygonize
23 
24 } // namespace geos.operation.polygonize
25 } // namespace geos.operation
26 } // namespace geos
27 
28 //#include <geos/operation/polygonize/EdgeRing.h>
29 //#include <geos/operation/polygonize/PolygonizeDirectedEdge.h>
30 //#include <geos/operation/polygonize/PolygonizeEdge.h>
31 //#include <geos/operation/polygonize/PolygonizeGraph.h>
32 #include <geos/operation/polygonize/Polygonizer.h>
33 
34 #endif
35