| 41 | double minValue() const { return _desc->minValue; } |
| 42 | double maxValue() const { return _desc->maxValue; } |
| 43 | double defaultValue() const { return _desc->defaultValue; } |
| 44 | |
| 45 | // Value smoothing: |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected