20 #ifndef GEOS_NODING_SIMPLENODER_H
21 #define GEOS_NODING_SIMPLENODER_H
23 #include <geos/export.h>
27 #include <geos/inline.h>
29 #include <geos/noding/SinglePassNoder.h>
30 #include <geos/noding/NodedSegmentString.h>
54 std::vector<SegmentString*>* nodedSegStrings;
63 void computeNodes(std::vector<SegmentString*>* inputSegmentStrings);
66 return NodedSegmentString::getNodedSubstrings(*nodedSegStrings);
77 #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:52
Definition: SinglePassNoder.h:51
Processes possible intersections detected by a Noder.
Definition: noding/SegmentIntersector.h:48
std::vector< SegmentString * > * getNodedSubstrings() const
Definition: SimpleNoder.h:65