15 #ifndef GEOS_NODING_SEGMENTINTERSECTOR_H 16 #define GEOS_NODING_SEGMENTINTERSECTOR_H 19 #include <geos/export.h> 21 #include <geos/inline.h> 58 virtual void processIntersections(
83 SegmentIntersector() {}
93 #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:72
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:48
SegmentIntersector nodingSegmentIntersector
Temporary typedef for namespace transition.
Definition: noding/SegmentIntersector.h:88