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

Method isMultiPlanar

Engine/ReadNode.cpp:908–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908bool
909ReadNode::isMultiPlanar() const
910{
911 NodePtr p = getEmbeddedReader();
912 return p ? p->getEffectInstance()->isMultiPlanar() : EffectInstance::isMultiPlanar();
913}
914
915bool
916ReadNode::isViewAware() const

Callers 4

renderHandlerMethod · 0.45
getInputImageInternalMethod · 0.45

Calls 2

isMultiPlanarFunction · 0.85
getEffectInstanceMethod · 0.80

Tested by

no test coverage detected