| 6187 | } |
| 6188 | |
| 6189 | void |
| 6190 | AnimatingKnobStringHelper::stringToKeyFrameValue(double time, |
| 6191 | ViewSpec /*view*/, |
| 6192 | const std::string & v, |
| 6193 | double* returnValue) |
| 6194 | { |
| 6195 | _animation->insertKeyFrame(time, v, returnValue); |
| 6196 | } |
| 6197 | |
| 6198 | void |
| 6199 | AnimatingKnobStringHelper::stringFromInterpolatedValue(double interpolated, |
no test coverage detected