15 #ifndef GEOS_NODING_SEGMENTINTERSECTOR_H 16 #define GEOS_NODING_SEGMENTINTERSECTOR_H 18 #include <geos/export.h> 20 #include <geos/inline.h> 57 virtual void processIntersections(
79 SegmentIntersector() {}
89 #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:70
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:47
SegmentIntersector nodingSegmentIntersector
Temporary typedef for namespace transition.
Definition: noding/SegmentIntersector.h:84