20 #ifndef GEOS_NODING_FASTNODINGVALIDATOR_H
21 #define GEOS_NODING_FASTNODINGVALIDATOR_H
23 #include <geos/noding/SingleInteriorIntersectionFinder.h>
24 #include <geos/algorithm/LineIntersector.h>
62 segStrings(newSegStrings),
100 std::vector<noding::SegmentString*>& segStrings;
102 std::auto_ptr<SingleInteriorIntersectionFinder> segInt;
108 if (segInt.get() != NULL)
return;
109 checkInteriorIntersections();
112 void checkInteriorIntersections();
115 FastNodingValidator(
const FastNodingValidator& other);
116 FastNodingValidator& operator=(
const FastNodingValidator& rhs);
122 #endif // GEOS_NODING_FASTNODINGVALIDATOR_H