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

Method hasKeyFrameAtTime

Engine/BezierCP.cpp:464–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464bool
465BezierCP::hasKeyFrameAtTime(bool useGuiCurves,
466 double time) const
467{
468 KeyFrame k;
469
470 if (!useGuiCurves) {
471 return _imp->curveX->getKeyFrameWithTime(time, &k);
472 } else {
473 return _imp->guiCurveX->getKeyFrameWithTime(time, &k);
474 }
475}
476
477void
478BezierCP::getKeyframeTimes(bool useGuiCurves,

Callers 1

hasKeyframeAtTimeMethod · 0.80

Calls 1

getKeyFrameWithTimeMethod · 0.80

Tested by

no test coverage detected