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

Method getFrameRange

Engine/Project.cpp:2690–2696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688}
2689
2690void
2691Project::getFrameRange(double* first,
2692 double* last) const
2693{
2694 *first = _imp->frameRange->getValue(0);
2695 *last = _imp->frameRange->getValue(1);
2696}
2697
2698void
2699Project::unionFrameRangeWith(int first,

Callers 6

getTimeLineFirstFrameMethod · 0.45
getTimeLineLastFrameMethod · 0.45
timelineGetLeftBoundMethod · 0.45
timelineGetRightBoundMethod · 0.45
getEffectDurationMethod · 0.45
timeLineGetBoundsMethod · 0.45

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected