16 #ifndef GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H 17 #define GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H 19 #include <geos/noding/SegmentString.h> 20 #include <geos/noding/SegmentIntersector.h> 71 virtual void process(SegmentString::ConstVect* segStrings) = 0;
82 #endif // GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H void setSegmentIntersector(SegmentIntersector *si)
Definition: SegmentSetMutualIntersector.h:55
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
virtual void process(SegmentString::ConstVect *segStrings)=0
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:48
An intersector for the red-blue intersection problem.
Definition: SegmentSetMutualIntersector.h:37
virtual void setBaseSegments(SegmentString::ConstVect *segStrings)=0