19 #ifndef GEOS_NODING_SIMPLENODER_H
20 #define GEOS_NODING_SIMPLENODER_H
22 #include <geos/export.h>
26 #include <geos/inline.h>
28 #include <geos/noding/SinglePassNoder.h>
29 #include <geos/noding/NodedSegmentString.h>
53 std::vector<SegmentString*>* nodedSegStrings;
62 void computeNodes(std::vector<SegmentString*>* inputSegmentStrings);
65 return NodedSegmentString::getNodedSubstrings(*nodedSegStrings);
72 #endif // GEOS_NODING_SIMPLENODER_H
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:46
Nodes a set of SegmentStrings by performing a brute-force comparison of every segment to every other ...
Definition: SimpleNoder.h:51
Definition: SinglePassNoder.h:50
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:47
std::vector< SegmentString * > * getNodedSubstrings() const
Definition: SimpleNoder.h:64