-----------------------------------------------------------------------------
| 70 | |
| 71 | //----------------------------------------------------------------------------- |
| 72 | LinearScaleAlgorithm::LinearScaleAlgorithm(double maxRawValue) |
| 73 | : scale(1.0 / maxRawValue) |
| 74 | { |
| 75 | } |
| 76 | |
| 77 | //----------------------------------------------------------------------------- |
| 78 | double LinearScaleAlgorithm::operator()(double rawValue) const |
nothing calls this directly
no outgoing calls
no test coverage detected