16 #ifndef GEOS_NODING_SEGMENTINTERSECTOR_H
17 #define GEOS_NODING_SEGMENTINTERSECTOR_H
19 #include <geos/export.h>
21 #include <geos/inline.h>
58 virtual void processIntersections(
80 SegmentIntersector() {}
94 #endif // GEOS_NODING_SEGMENTINTERSECTOR_H
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:46
virtual bool isDone() const
Reports whether the client of this class needs to continue testing all intersections in an arrangemen...
Definition: noding/SegmentIntersector.h:71
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:48
SegmentIntersector nodingSegmentIntersector
Temporary typedef for namespace transition.
Definition: noding/SegmentIntersector.h:85