MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getKeyTime

Method getKeyTime

Engine/OfxParamInstance.cpp:855–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855OfxStatus
856OfxIntegerInstance::getKeyTime(int nth,
857 OfxTime & time) const
858{
859 return OfxKeyFrame::getKeyTime(_knob.lock(), nth, time);
860}
861
862OfxStatus
863OfxIntegerInstance::getKeyIndex(OfxTime time,

Callers

nothing calls this directly

Calls 2

getKeyTimeFunction · 0.85
lockMethod · 0.45

Tested by

no test coverage detected