-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset PoiPolygonInvalidReviewNodeRemover.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.h b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.h
index 18472a0..dbe7382 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.h
@@ -67,6 +67,11 @@ public:
QString::number(_numRelationsRemoved) + " reviews";
}
+ /**
+ * @see FilteredByGeometryTypeCriteria
+ */
+ virtual QStringList getCriteria() const;
+
protected:
std::set<long> _nodesToRemove;