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

Method getOutputNodeInput

Engine/NodeGroup.cpp:1470–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468}
1469
1470NodePtr
1471NodeGroup::getOutputNodeInput(bool useGuiConnexions) const
1472{
1473 NodePtr output = getOutputNode(useGuiConnexions);
1474
1475 if (output) {
1476 return useGuiConnexions ? output->getGuiInput(0) : output->getInput(0);
1477 }
1478
1479 return NodePtr();
1480}
1481
1482NodePtr
1483NodeGroup::getRealInputForInput(bool useGuiConnexions,

Callers 4

shouldCacheOutputMethod · 0.80
getOverlayTransformMethod · 0.80
getTimeTransformMethod · 0.80

Calls 2

getGuiInputMethod · 0.80
getInputMethod · 0.45

Tested by

no test coverage detected