mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 01:38:37 +02:00
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user