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

Method getKeyIndex

Engine/OfxParamInstance.cpp:858–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858OfxStatus
859OfxIntegerInstance::getKeyIndex(OfxTime time,
860 int direction,
861 int & index) const
862{
863 return OfxKeyFrame::getKeyIndex(_knob.lock(), time, direction, index);
864}
865
866OfxStatus
867OfxIntegerInstance::deleteKey(OfxTime time)

Callers

nothing calls this directly

Calls 2

getKeyIndexFunction · 0.85
lockMethod · 0.45

Tested by

no test coverage detected