21 #include <geos/export.h>
25 #include <geos/noding/SinglePassNoder.h>
26 #include <geos/noding/NodedSegmentString.h>
50 std::vector<SegmentString*>* nodedSegStrings;
59 void computeNodes(std::vector<SegmentString*>* inputSegmentStrings)
override;
61 std::vector<SegmentString*>*
64 return NodedSegmentString::getNodedSubstrings(*nodedSegStrings);
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:45
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:47
Nodes a set of SegmentStrings by performing a brute-force comparison of every segment to every other ...
Definition: SimpleNoder.h:48
std::vector< SegmentString * > * getNodedSubstrings() const override
Returns a Collection of fully noded SegmentStrings.
Definition: SimpleNoder.h:62
void computeNodes(std::vector< SegmentString * > *inputSegmentStrings) override
Computes the noding for a collection of SegmentStrings.
Base class for Noders which make a single pass to find intersections.
Definition: SinglePassNoder.h:48
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25