GEOS  3.3.3
nodingSnapround.h
1 /**********************************************************************
2  * $Id: nodingSnapround.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) 2001-2002 Vivid Solutions Inc.
8  * Copyright (C) 2006 Refractions Research 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 #ifndef GEOS_NODING_SNAPROUND_H
18 #define GEOS_NODING_SNAPROUND_H
19 
20 namespace geos {
21 namespace noding { // geos.noding
22 
26 namespace snapround { // geos.noding.snapround
27 
28 } // namespace geos.noding.snapround
29 } // namespace geos.noding
30 } // namespace geos
31 
32 //#include <geos/noding/snapround/HotPixel.h>
33 //#include <geos/noding/snapround/SimpleSnapRounder.h>
34 //#include <geos/noding/snapround/MCIndexSnapRounder.h>
35 //#include <geos/noding/snapround/MCIndexPointSnapper.h>
36 
37 #endif
38 
39