20 #ifndef GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H
21 #define GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H
23 #include <geos/geom/prep/PreparedPolygonPredicate.h>
32 class PreparedPolygon;
69 bool hasSegmentIntersection;
70 bool hasProperIntersection;
71 bool hasNonProperIntersection;
73 bool isProperIntersectionImpliesNotContainedSituation(
const geom::Geometry * testGeom);
114 hasSegmentIntersection( false),
115 hasProperIntersection( false),
116 hasNonProperIntersection( false),
122 hasSegmentIntersection( false),
123 hasProperIntersection( false),
124 hasNonProperIntersection( false),
125 requireSomePointInInterior(requireSomePointInInterior)
128 virtual ~AbstractPreparedPolygonContains()
137 #endif // GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H