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

Method getInput

Engine/NodeInputs.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188NodePtr
189Node::getInput(int index) const
190{
191 return getInputInternal(false, true, index);
192}
193
194NodePtr
195Node::getInputInternal(bool useGuiInput,

Callers 3

getInputInternalMethod · 0.45
getPreferredInputNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected