16 #ifndef GEOS_GEOMGRAPH_INDEX_SIMPLEEDGESETINTERSECTOR_H 17 #define GEOS_GEOMGRAPH_INDEX_SIMPLEEDGESETINTERSECTOR_H 19 #include <geos/export.h> 22 #include <geos/geomgraph/index/EdgeSetIntersector.h> 29 class SegmentIntersector;
49 void computeIntersections(std::vector<Edge*>* edges,
52 void computeIntersections(std::vector<Edge*>* edges0,
66 #endif // GEOS_GEOMGRAPH_INDEX_SIMPLEEDGESETINTERSECTOR_H Computes the intersection of line segments, and adds the intersection to the edges containing the seg...
Definition: geomgraph/index/SegmentIntersector.h:47
An EdgeSetIntersector computes all the intersections between the edges in the set.
Definition: EdgeSetIntersector.h:41
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
Finds all intersections in one or two sets of edges, using the straightforward method of comparing al...
Definition: SimpleEdgeSetIntersector.h:43
Definition: geomgraph/Edge.h:66