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