15 #ifndef GEOS_NODING_NODER_H 16 #define GEOS_NODING_NODER_H 18 #include <geos/export.h> 23 #include <geos/inline.h> 59 virtual void computeNodes(std::vector<SegmentString*>* segStrings) = 0;
68 virtual std::vector<SegmentString*>* getNodedSubstrings()
const = 0;
84 #endif // GEOS_NODING_NODER_H Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Computes all intersections between segments in a set of SegmentString.
Definition: Noder.h:49