21 #include <geos/export.h> 22 #include <geos/geom/LineSegment.h> 67 virtual void overlap(
const MonotoneChain& mc1, std::size_t start1,
Definition: LineSegment.h:61
The action for the internal iterator for performing overlap queries on a MonotoneChain.
Definition: MonotoneChainOverlapAction.h:42
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:85
virtual void overlap(const geom::LineSegment &, const geom::LineSegment &)
This is a convenience function which can be overridden to obtain the actual line segments which overl...
Definition: MonotoneChainOverlapAction.h:78