16#ifndef GEOS_GEOMGRAPH_INDEX_SWEEPLINESEGMENT_H
17#define GEOS_GEOMGRAPH_INDEX_SWEEPLINESEGMENT_H
20#include <geos/export.h>
21#include <geos/geomgraph/index/SweepLineEventObj.h>
31 class SegmentIntersector;
40class GEOS_DLL SweepLineSegment:
public SweepLineEventOBJ {
42 SweepLineSegment(Edge *newEdge,
int newPtIndex);
46 void computeIntersections(SweepLineSegment *ss, SegmentIntersector *si);
49 const geom::CoordinateSequence* pts;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Definition geomgraph/Edge.h:66
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25