17#include <geos/export.h>
18#include <geos/noding/Noder.h>
43class GEOS_DLL SinglePassNoder :
public Noder {
Processes possible intersections detected by a Noder.
Definition noding/SegmentIntersector.h:45
An interface for classes which represent a sequence of contiguous line segments.
Definition SegmentString.h:49
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
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition CoverageCleaner.h:42
Basic namespace for all GEOS functionalities.
Definition geos.h:38