18 #include <geos/export.h> 21 #include <geos/geomgraph/index/EdgeSetIntersector.h> 25 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 33 class SegmentIntersector;
58 void computeIntersections(std::vector<Edge*>* edges,
60 bool testAllSegments)
override;
62 void computeIntersections(std::vector<Edge*>* edges0,
63 std::vector<Edge*>* edges1,
68 void add(std::vector<Edge*>* edges);
70 std::vector<SweepLineEvent*> events;
75 void add(std::vector<Edge*>* edges,
void* edgeSet);
77 void add(
Edge* edge,
void* edgeSet);
83 void processOverlaps(std::size_t start, std::size_t end, SweepLineEvent* ev0,
Computes the intersection of line segments, and adds the intersection to the edges containing the seg...
Definition: geomgraph/index/SegmentIntersector.h:46
Finds all intersections in one or two sets of edges, using a simple x-axis sweepline algorithm...
Definition: SimpleSweepLineIntersector.h:50
An EdgeSetIntersector computes all the intersections between the edges in the set.
Definition: EdgeSetIntersector.h:40
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Definition: geomgraph/Edge.h:63