17#include <geos/export.h>
53 static void mst(
const std::vector<const geom::Curve*>& curves, std::vector<std::size_t>& result);
Constructs a Minimum Spanning Tree (MST) from a set of Curves.
Definition SpanningTree.h:41
static void mst(const std::vector< const geom::Curve * > &curves, std::vector< std::size_t > &result)
Computes the Minimum Spanning Tree of the given Curves.
Basic namespace for all GEOS functionalities.
Definition geos.h:38