added new helper methods

worked on gridWalker v3
This commit is contained in:
2017-10-17 13:01:26 +02:00
parent 556bbe8829
commit 3807c621c7
8 changed files with 299 additions and 42 deletions

View File

@@ -56,6 +56,11 @@ public:
}
/** get a list of all raw entries */
const std::vector<InterpolatorEntry>& getEntries() const {
return entries;
}
protected:
/** special interpolation for the timestamp class */