| 6432 | } |
| 6433 | |
| 6434 | void |
| 6435 | AnimatingKnobStringHelper::stringToKeyFrameValue(double time, |
| 6436 | ViewSpec /*view*/, |
| 6437 | const std::string & v, |
| 6438 | double* returnValue) |
| 6439 | { |
| 6440 | _animation->insertKeyFrame(time, v, returnValue); |
| 6441 | } |
| 6442 | |
| 6443 | void |
| 6444 | AnimatingKnobStringHelper::stringFromInterpolatedValue(double interpolated, |
no test coverage detected