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>
86 #endif // GEOS_IDX_CHAIN_MONOTONECHAINOVERLAPACTION_H
Definition: LineSegment.h:57
Definition: MonotoneChainOverlapAction.h:43
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.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 &)
Definition: MonotoneChainOverlapAction.h:76