18#include <geos/noding/SegmentString.h>
19#include <geos/noding/SegmentIntersector.h>
36class GEOS_DLL SegmentSetMutualIntersector {
39 SegmentSetMutualIntersector()
44 ~SegmentSetMutualIntersector() {}
70 virtual void process(SegmentString::ConstVect* segStrings) = 0;
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:45
virtual void process(SegmentString::ConstVect *segStrings)=0
void setSegmentIntersector(SegmentIntersector *si)
Definition SegmentSetMutualIntersector.h:54
virtual void setBaseSegments(SegmentString::ConstVect *segStrings)=0
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition InvalidSegmentDetector.h:25
Basic namespace for all GEOS functionalities.
Definition geos.h:39