19 #ifndef GEOS_NODING_ITERATEDNODER_H
20 #define GEOS_NODING_ITERATEDNODER_H
22 #include <geos/export.h>
27 #include <geos/inline.h>
29 #include <geos/algorithm/LineIntersector.h>
30 #include <geos/noding/SegmentString.h>
31 #include <geos/noding/Noder.h>
58 static const int MAX_ITER = 5;
63 std::vector<SegmentString*>* nodedSegStrings;
70 void node(std::vector<SegmentString*>* segStrings,
71 int *numInteriorIntersections);
97 return nodedSegStrings;
110 void computeNodes(std::vector<SegmentString*>* inputSegmentStrings);
117 #endif // GEOS_NODING_ITERATEDNODER_H