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
41 SegmentSetMutualIntersector()
45 virtual ~SegmentSetMutualIntersector() {}
70 virtual void process(SegmentString::ConstVect* segStrings) = 0;
81 #endif // GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H