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

Method getInput

Engine/EffectInstance.cpp:567–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567EffectInstancePtr
568EffectInstance::getInput(int n) const
569{
570 NodePtr inputNode = getNode()->getInput(n);
571
572 if (inputNode) {
573 return inputNode->getEffectInstance();
574 }
575
576 return EffectInstancePtr();
577}
578
579std::string
580EffectInstance::getInputLabel(int inputNb) const

Callers 4

transformInputRoisMethod · 0.95
getImageMethod · 0.45
checkMetadataMethod · 0.45

Calls 2

getEffectInstanceMethod · 0.80
getNodeFunction · 0.70

Tested by

no test coverage detected