22 #include <geos/geom/prep/PreparedPolygonPredicate.h>
67 bool hasSegmentIntersection;
68 bool hasProperIntersection;
69 bool hasNonProperIntersection;
71 bool isProperIntersectionImpliesNotContainedSituation(
const geom::Geometry* testGeom);
122 hasSegmentIntersection(false),
123 hasProperIntersection(false),
124 hasNonProperIntersection(false),
130 hasSegmentIntersection(false),
131 hasProperIntersection(false),
132 hasNonProperIntersection(false),
136 ~AbstractPreparedPolygonContains()
override