GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
opPolygonize.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2001-2002 Vivid Solutions Inc.
7
*
8
* This is free software; you can redistribute and/or modify it under
9
* the terms of the GNU Lesser General Public Licence as published
10
* by the Free Software Foundation.
11
* See the COPYING file for more information.
12
*
13
**********************************************************************/
14
15
16
#ifndef GEOS_OPPOLYGONIZE_H
17
#define GEOS_OPPOLYGONIZE_H
18
19
namespace
geos {
20
namespace
operation {
// geos.operation
21
namespace
polygonize {
// geos.operation.polygonize
22
23
}
// namespace geos.operation.polygonize
24
}
// namespace geos.operation
25
}
// namespace geos
26
27
//#include <geos/operation/polygonize/EdgeRing.h>
28
//#include <geos/operation/polygonize/PolygonizeDirectedEdge.h>
29
//#include <geos/operation/polygonize/PolygonizeEdge.h>
30
//#include <geos/operation/polygonize/PolygonizeGraph.h>
31
#include <geos/operation/polygonize/Polygonizer.h>
32
33
#endif
34
Generated by
1.8.5