18 #include <geos/export.h> 21 #include <geos/geomgraph/index/EdgeSetIntersector.h> 28 class SegmentIntersector;
48 void computeIntersections(std::vector<Edge*>* edges,
51 void computeIntersections(std::vector<Edge*>* edges0,
Computes the intersection of line segments, and adds the intersection to the edges containing the seg...
Definition: geomgraph/index/SegmentIntersector.h:46
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
Finds all intersections in one or two sets of edges, using the straightforward method of comparing al...
Definition: SimpleEdgeSetIntersector.h:42
Definition: geomgraph/Edge.h:63