15 #ifndef GEOS_NODING_SEGMENTINTERSECTOR_H
16 #define GEOS_NODING_SEGMENTINTERSECTOR_H
19 #include <geos/export.h>
21 #include <geos/inline.h>
83 SegmentIntersector() {}
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:48
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:72
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:46
SegmentIntersector nodingSegmentIntersector
Temporary typedef for namespace transition.
Definition: noding/SegmentIntersector.h:88
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26