17#include <geos/export.h>
18#include <geos/noding/Noder.h>
24class SegmentIntersector;
Computes all intersections between segments in a set of SegmentString.
Definition Noder.h:44
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:45
Base class for Noders which make a single pass to find intersections.
Definition SinglePassNoder.h:43
SegmentIntersector * segInt
Externally owned.
Definition SinglePassNoder.h:48
virtual void setSegmentIntersector(SegmentIntersector *newSegInt)
Sets the SegmentIntersector to use with this noder.
Definition SinglePassNoder.h:67
Basic namespace for all GEOS functionalities.
Definition geos.h:38