19 #ifndef GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
20 #define GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
22 #include <geos/export.h>
29 class CoordinateSequence;
59 static std::vector<MonotoneChain*>* getChains(
70 std::vector<MonotoneChain*>& mcList);
74 return getChains(pts, NULL);
85 std::vector<std::size_t>& startIndexList);
108 #endif // GEOS_IDX_CHAIN_MONOTONECHAINBUILDER_H
Constructs MonotoneChains for sequences of Coordinates.
Definition: MonotoneChainBuilder.h:48
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59