21 #include <geos/noding/NodingIntersectionFinder.h>
22 #include <geos/algorithm/LineIntersector.h>
66 segStrings(newSegStrings),
105 std::vector<noding::SegmentString*>& segStrings;
107 std::unique_ptr<NodingIntersectionFinder> segInt;
114 if(segInt.get() !=
nullptr) {
117 checkInteriorIntersections();
120 void checkInteriorIntersections();
123 FastNodingValidator(
const FastNodingValidator& other) =
delete;
124 FastNodingValidator& operator=(
const FastNodingValidator& rhs) =
delete;