19#include <geos/export.h>
20#include <geos/geomgraph/index/SweepLineEventObj.h>
25class CoordinateSequence;
30class SegmentIntersector;
39class GEOS_DLL SweepLineSegment:
public SweepLineEventOBJ {
41 SweepLineSegment(Edge* newEdge, std::size_t newPtIndex);
42 ~SweepLineSegment()
override =
default;
45 void computeIntersections(SweepLineSegment* ss, SegmentIntersector* si);
48 const geom::CoordinateSequence* pts;
Basic namespace for all GEOS functionalities.
Definition: geos.h:39