20 #ifndef GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H
21 #define GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H
23 #include <geos/geom/prep/PreparedPolygonPredicate.h>
68 bool hasSegmentIntersection;
69 bool hasProperIntersection;
70 bool hasNonProperIntersection;
72 bool isProperIntersectionImpliesNotContainedSituation(
const geom::Geometry* testGeom);
123 hasSegmentIntersection(false),
124 hasProperIntersection(false),
125 hasNonProperIntersection(false),
131 hasSegmentIntersection(false),
132 hasProperIntersection(false),
133 hasNonProperIntersection(false),
137 ~AbstractPreparedPolygonContains()
override
146 #endif // GEOS_GEOM_PREP_ABSTRACTPREPAREDPOLYGONCONTAINS_H