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