GEOS  3.3.3
noding.h
1 /**********************************************************************
2  * $Id: noding.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) 2006 Refractions Research Inc.
8  * Copyright (C) 2001-2002 Vivid Solutions 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  * Kept for backward compatibility, avoid to include
18  * directly, include <geos/noding/whatever.h> instead.
19  *
20  **********************************************************************/
21 
22 #ifndef GEOS_NODING_H
23 #define GEOS_NODING_H
24 
25 //#include <geos/noding/IntersectionAdder.h>
26 //#include <geos/noding/IntersectionFinderAdder.h>
27 //#include <geos/noding/IteratedNoder.h>
28 //#include <geos/noding/MCIndexNoder.h>
29 //#include <geos/noding/Noder.h>
30 //#include <geos/noding/NodingValidator.h>
31 //#include <geos/noding/Octant.h>
32 //#include <geos/noding/ScaledNoder.h>
33 //#include <geos/noding/SegmentIntersector.h>
34 //#include <geos/noding/SegmentNode.h>
35 //#include <geos/noding/SegmentNodeList.h>
36 //#include <geos/noding/SegmentString.h>
37 //#include <geos/noding/SimpleNoder.h>
38 //#include <geos/noding/SinglePassNoder.h>
39 
40 namespace geos {
41 
43 namespace noding { // geos.noding
44 
45 } // namespace geos.noding
46 } // namespace geos
47 
48 
49 #endif
50