16 #ifndef GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
17 #define GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
19 #include <geos/noding/SegmentString.h>
20 #include <geos/noding/SegmentIntersector.h>
37 class SegmentSetMutualIntersector {
40 SegmentSetMutualIntersector()
45 ~SegmentSetMutualIntersector() {}
71 virtual void process(SegmentString::ConstVect* segStrings) = 0;
75 SegmentIntersector* segInt;
82 #endif // GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H