19 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
20 #define GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
22 #include <geos/export.h>
23 #include <geos/geom/LineSegment.h>
Definition: LineSegment.h:59
The action for the internal iterator for performing overlap queries on a MonotoneChain.
Definition: MonotoneChainOverlapAction.h:43
virtual void overlap(MonotoneChain &mc1, std::size_t start1, MonotoneChain &mc2, std::size_t start2)
This function can be overridden if the original chains are needed.
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:79
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:84
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26