GEOS 3.6.2
noding.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2006 Refractions Research Inc.
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 * Kept for backward compatibility, avoid to include
17 * directly, include <geos/noding/whatever.h> instead.
18 *
19 **********************************************************************/
20
21#ifndef GEOS_NODING_H
22#define GEOS_NODING_H
23
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>
38
39namespace geos {
40
42namespace noding { // geos.noding
43
44} // namespace geos.noding
45} // namespace geos
46
47
48#endif
49
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25