20 #ifndef GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
21 #define GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
23 #include <geos/export.h>
25 #include <geos/algorithm/LineIntersector.h>
26 #include <geos/geom/Coordinate.h>
32 class CoordinateSequence;
58 bool hasIntersectionVar;
65 const std::vector<const geom::LineString*>& lines);
94 #endif // ifndef GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H
Definition: LineString.h:68
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:49
Tests if any line segments in two sets of CoordinateSequences intersect.
Definition: SegmentIntersectionTester.h:48