16 #ifndef GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
17 #define GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
19 #include <geos/noding/SegmentString.h>
20 #include <geos/noding/SegmentIntersector.h>
70 virtual void process(SegmentString::ConstVect* segStrings) = 0;
81 #endif // GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
void setSegmentIntersector(SegmentIntersector *si)
Definition: SegmentSetMutualIntersector.h:54
virtual void process(SegmentString::ConstVect *segStrings)=0
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:47
An intersector for the red-blue intersection problem.
Definition: SegmentSetMutualIntersector.h:37
virtual void setBaseSegments(SegmentString::ConstVect *segStrings)=0