16#ifndef GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
17#define GEOS_NODING_SEGMENTSETMUTUALINTERSECTOR_H
19#include <geos/noding/SegmentString.h>
20#include <geos/noding/SegmentIntersector.h>
37class SegmentSetMutualIntersector
41 SegmentSetMutualIntersector()
45 virtual ~SegmentSetMutualIntersector() {}
70 virtual void process(SegmentString::ConstVect* segStrings) = 0;
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:47
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 PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25