Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / noding.h
blob0c594464a97b0fbd708c928fef907105721fd2cc
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
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.
14 **********************************************************************
16 * Kept for backward compatibility, avoid to include
17 * directly, include <geos/noding/whatever.h> instead.
19 **********************************************************************/
21 #ifndef GEOS_NODING_H
22 #define GEOS_NODING_H
24 //#include <geos/noding/IntersectionAdder.h>
25 //#include <geos/noding/IntersectionFinderAdder.h>
26 //#include <geos/noding/IteratedNoder.h>
27 //#include <geos/noding/MCIndexNoder.h>
28 //#include <geos/noding/Noder.h>
29 //#include <geos/noding/NodingValidator.h>
30 //#include <geos/noding/Octant.h>
31 //#include <geos/noding/ScaledNoder.h>
32 //#include <geos/noding/SegmentIntersector.h>
33 //#include <geos/noding/SegmentNode.h>
34 //#include <geos/noding/SegmentNodeList.h>
35 //#include <geos/noding/SegmentString.h>
36 //#include <geos/noding/SimpleNoder.h>
37 //#include <geos/noding/SinglePassNoder.h>
39 namespace geos {
41 /// Classes to compute nodings for arrangements of line segments and line segment sequences.
42 namespace noding { // geos.noding
44 } // namespace geos.noding
45 } // namespace geos
48 #endif