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

Method supportsMultiResolution

Engine/ReadNode.cpp:929–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929bool
930ReadNode::supportsMultiResolution() const
931{
932 NodePtr p = getEmbeddedReader();
933 return p ? p->getEffectInstance()->supportsMultiResolution() : EffectInstance::supportsMultiResolution();
934}
935
936bool
937ReadNode::supportsMultipleClipDepths() const

Callers 6

tiledRenderingFunctorMethod · 0.45
canConnectInputMethod · 0.45
connectInputMethod · 0.45
replaceInputInternalMethod · 0.45

Calls 2

supportsMultiResolutionFunction · 0.85
getEffectInstanceMethod · 0.80

Tested by

no test coverage detected