GEOS 3.6.2
nodingSnapround.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2001-2002 Vivid Solutions Inc.
7 * Copyright (C) 2006 Refractions Research 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#ifndef GEOS_NODING_SNAPROUND_H
17#define GEOS_NODING_SNAPROUND_H
18
19namespace geos {
20namespace noding { // geos.noding
21
25namespace snapround { // geos.noding.snapround
26
27} // namespace geos.noding.snapround
28} // namespace geos.noding
29} // namespace geos
30
31//#include <geos/noding/snapround/HotPixel.h>
32//#include <geos/noding/snapround/SimpleSnapRounder.h>
33//#include <geos/noding/snapround/MCIndexSnapRounder.h>
34//#include <geos/noding/snapround/MCIndexPointSnapper.h>
35
36#endif
37
38
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
Definition HotPixel.h: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