Complete Note#1 in the http://wiki.osgeo.org/wiki/GEOS_Provenance_Review to get out...
[geos.git] / include / geos / precision.h
blobbf005a80b4a3d18c1a3b60c6f391e593267a24cd
1 /**********************************************************************
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
6 * Copyright (C) 2005-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 #ifndef GEOS_PRECISION_H
17 #define GEOS_PRECISION_H
19 namespace geos {
21 /// Provides classes for manipulating the precision model of Geometries
22 namespace precision { // geos.precision
24 } // namespace geos.precision
25 } // namespace geos
27 //#include <geos/precision/CommonBits.h>
28 #include <geos/precision/CommonBitsOp.h>
29 //#include <geos/precision/CommonBitsRemover.h>
30 #include <geos/precision/EnhancedPrecisionOp.h>
31 #include <geos/precision/SimpleGeometryPrecisionReducer.h>
33 #endif