18#include <geos/export.h>
45class GEOS_DLL SegmentIntersector {
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:45
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:45
virtual void processIntersections(SegmentString *e0, std::size_t segIndex0, SegmentString *e1, std::size_t segIndex1)=0
virtual bool isDone() const
Reports whether the client of this class needs to continue testing all intersections in an arrangemen...
Definition noding/SegmentIntersector.h:69
An interface for classes which represent a sequence of contiguous line segments.
Definition SegmentString.h:47
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition InvalidSegmentDetector.h:25
SegmentIntersector nodingSegmentIntersector
Temporary typedef for namespace transition.
Definition noding/SegmentIntersector.h:85
Basic namespace for all GEOS functionalities.
Definition geos.h:39