Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2022-06-11 16:28:13 -07:00
parent cdf7e4e466
commit eaf41c446e
3 changed files with 30 additions and 34 deletions
+1
View File
@@ -428,6 +428,7 @@ public:
float axisValue(size_t index) const { return (*values_)[index]; }
// Find the index for value such that axis[index] <= value < axis[index+1].
size_t findAxisIndex(float value) const;
FloatSeq *values() const { return values_; }
private:
TableAxisVariable variable_;