16 #ifndef GEOS_GEOMGRAPH_INDEX_EDGESETINTERSECTOR_H
17 #define GEOS_GEOMGRAPH_INDEX_EDGESETINTERSECTOR_H
19 #include <geos/export.h>
27 class SegmentIntersector;
51 virtual void computeIntersections(std::vector<Edge*>* edges,
57 virtual void computeIntersections(std::vector<Edge*>* edges0,
58 std::vector<Edge*>* edges1,
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