21 #include <geos/export.h>
23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/CoordinateSequence.h>
25 #include <geos/geom/Envelope.h>
26 #include <geos/noding/Noder.h>
27 #include <geos/noding/snap/SnappingPointIndex.h>
37 class NodedSegmentString;
73 SnappingPointIndex snapIndex;
74 std::vector<SegmentString*>* nodedResult;
78 void seedSnapIndex(std::vector<SegmentString*>& segStrings);
80 void snapVertices(std::vector<SegmentString*>& segStrings, std::vector<SegmentString*>& nodedStrings);
94 std::unique_ptr<std::vector<SegmentString*>> snapIntersections(std::vector<SegmentString*>& inputSS);
104 : snapTolerance(p_snapTolerance)
105 , snapIndex(p_snapTolerance)
113 void computeNodes(std::vector<SegmentString*>* inputSegStrings)
override;