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

Method updateViewer

Engine/ViewerInstance.cpp:1989–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987}
1988
1989void
1990ViewerInstance::updateViewer(UpdateViewerParamsPtr & frame)
1991{
1992 if (!frame) {
1993 return;
1994 }
1995 if (frame->isViewerPaused) {
1996 return;
1997 }
1998 if ( isViewerPaused(frame->textureIndex) ) {
1999 return;
2000 }
2001 _imp->updateViewer( std::dynamic_pointer_cast<UpdateViewerParams>(frame) );
2002}
2003
2004void
2005renderFunctor(const RectI& roi,

Callers 3

processFrameMethod · 0.80
processProducedFrameMethod · 0.80
renderCurrentFrameMethod · 0.80

Calls 15

checkAndUpdateDisplayAgeFunction · 0.85
emptyMethod · 0.80
getRenderAgeMethod · 0.80
getInternalImageMethod · 0.80
updateColorPickerMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected