GEOS 3.6.2
precision.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-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#ifndef GEOS_PRECISION_H
17#define GEOS_PRECISION_H
18
19namespace geos {
20
22namespace precision { // geos.precision
23
24} // namespace geos.precision
25} // namespace geos
26
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>
32
33#endif
Provides classes for manipulating the precision model of Geometries.
Definition precision.h:22
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25