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