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;
71 const std::vector<const geom::LineString *>& lines);
100 #endif // ifndef GEOS_OP_PREDICATE_SEGMENTINTERSECTIONTESTER_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: LineString.h:70
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
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25