21#include <geos/export.h>
25#include <geos/noding/ArcNoder.h>
48 std::vector<PathString*> nodedSegStrings;
53 using ArcNoder::ArcNoder;
55 void computePathNodes(
const std::vector<PathString*>& inputSegmentStrings)
override;
57 std::vector<std::unique_ptr<PathString>> getNodedPaths()
override;
60 std::vector<PathString*> m_pathStrings;
Definition: PathString.h:31
Nodes a set of SegmentStrings and/or ArcStrings by performing a brute-force comparison of every segme...
Definition: SimpleNoder.h:46
Basic namespace for all GEOS functionalities.
Definition: geos.h:38