MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / stringFromInterpolatedValue

Method stringFromInterpolatedValue

Engine/Knob.cpp:6443–6451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6441}
6442
6443void
6444AnimatingKnobStringHelper::stringFromInterpolatedValue(double interpolated,
6445 ViewSpec view,
6446 std::string* returnValue) const
6447{
6448 assert( !view.isAll() );
6449 Q_UNUSED(view);
6450 _animation->stringFromInterpolatedIndex(interpolated, returnValue);
6451}
6452
6453void
6454AnimatingKnobStringHelper::animationRemoved_virtual(int /*dimension*/)

Callers 5

getValueFromCurveMethod · 0.80
validateExpressionMethod · 0.80

Calls 2

isAllMethod · 0.80

Tested by

no test coverage detected