-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset RubberSheet.h
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h b/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
index 96aabba..6c28456 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
@@ -133,6 +133,13 @@ public:
virtual QString getDescription() const override { return "Applies rubber sheeting to a map"; }
+ /**
+ * @see FilteredByCriteria
+ */
+ virtual QStringList getCriteria() const;
+
+ virtual std::string getClassName() const { return className(); }
+
private:
typedef std::map<long, std::list<Match>> MatchList;