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

Method getKeyTime

Engine/OfxParamInstance.cpp:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851OfxStatus
852OfxIntegerInstance::getKeyTime(int nth,
853 OfxTime & time) const
854{
855 return OfxKeyFrame::getKeyTime(_knob.lock(), nth, time);
856}
857
858OfxStatus
859OfxIntegerInstance::getKeyIndex(OfxTime time,

Callers

nothing calls this directly

Calls 2

getKeyTimeFunction · 0.85
lockMethod · 0.45

Tested by

no test coverage detected