GEOS 3.9.1
GeometryComponentFilter.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2005-2006 Refractions Research Inc.
7 *
8 * This is free software; you can redistribute and/or modify it under
9 * the terms of the GNU Lesser General Public Licence as published
10 * by the Free Software Foundation.
11 * See the COPYING file for more information.
12 *
13 **********************************************************************/
14
15#ifndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
16#define GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
17
18#include <geos/export.h>
19#include <geos/inline.h>
20
21namespace geos {
22namespace geom { // geos::geom
23class Geometry;
24}
25}
26
27namespace geos {
28namespace geom { // geos::geom
29
44public:
45
52 virtual void filter_rw(Geometry* geom);
53 virtual void filter_ro(const Geometry* geom);
54
55 virtual bool isDone() { return false; }
56
57 virtual
59};
60
61} // namespace geos::geom
62} // namespace geos
63
64#endif // ndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
Definition: GeometryComponentFilter.h:43
virtual void filter_rw(Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26