19 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
20 #define GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
22 #include <geos/export.h>
30 class CoordinateSequence;
62 std::vector<MonotoneChain>& mcList);
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58
Constructs MonotoneChains for sequences of Coordinates.
Definition: MonotoneChainBuilder.h:49
static void getChains(const geom::CoordinateSequence *pts, void *context, std::vector< MonotoneChain > &mcList)
Computes a list of the MonotoneChains for a list of coordinates, attaching a context data object to e...
MonotoneChainBuilder(const MonotoneChainBuilder &)=delete
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26