18 #include <geos/export.h>
19 #include <geos/noding/Noder.h>
26 class LineIntersector;
54 std::vector<SegmentString*>* nodedSS;
64 void computeNodes(std::vector<SegmentString*>* segStrings)
override;
Computes all intersections between segments in a set of SegmentString.
Definition: Noder.h:46
Definition: ValidatingNoder.h:50
std::vector< SegmentString * > * getNodedSubstrings() const override
Returns a collection of fully noded SegmentStrings. The SegmentStrings have the same context as their...
void computeNodes(std::vector< SegmentString * > *segStrings) override
Computes the noding for a collection of SegmentStrings.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25