19 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H 20 #define GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H 22 #include <geos/export.h> 23 #include <geos/geom/LineSegment.h> 24 #include <geos/geom/Envelope.h> 59 virtual void select(
const MonotoneChain& mc, std::size_t start);
76 #endif // GEOS_IDX_CHAIN_MONOTONECHAINSELECTACTION_H Definition: LineSegment.h:59
Definition: MonotoneChainSelectAction.h:45
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of...
Definition: index/chain/MonotoneChain.h:86