16 #ifndef GEOS_GEOM_GEOMETRYFILTER_H
17 #define GEOS_GEOM_GEOMETRYFILTER_H
20 #include <geos/export.h>
21 #include <geos/inline.h>
60 virtual void filter_ro(
const Geometry * ) { assert(0); }
61 virtual void filter_rw(
Geometry * ) { assert(0); }
69 #endif // ndef GEOS_GEOM_GEOMETRYFILTER_H
Geometry classes support the concept of applying a Geometry filter to the Geometry.
Definition: GeometryFilter.h:48
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167