15 #ifndef GEOS_PRECISION_COMMONBITSOP_H 16 #define GEOS_PRECISION_COMMONBITSOP_H 18 #include <geos/export.h> 19 #include <geos/precision/CommonBitsRemover.h> 26 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 54 bool returnToOriginalPrecision;
56 std::auto_ptr<CommonBitsRemover> cbr;
71 void removeCommonBits(
74 std::auto_ptr<geom::Geometry>& rgeom0,
75 std::auto_ptr<geom::Geometry>& rgeom1);
174 #endif // GEOS_PRECISION_COMMONBITSOP_H Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Provides versions of Geometry spatial functions which use common bit removal to reduce the likelihood...
Definition: CommonBitsOp.h:50
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25