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

Method isOutputNode

Engine/PyNode.cpp:246–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246bool
247Effect::isOutputNode()
248{
249 NodePtr n = getInternalNode();
250
251 if (!n) {
252 return false;
253 }
254
255 return n->getEffectInstance()->isOutput();
256}
257
258void
259Effect::destroy(bool autoReconnect)

Callers 9

getWritersWorkForCLMethod · 0.80
hasNodeRenderingMethod · 0.80
autoConnectNodesMethod · 0.80
checkForHintsMethod · 0.80
initializeMethod · 0.80
createInstanceFunction · 0.80

Calls 2

getEffectInstanceMethod · 0.80
isOutputMethod · 0.45

Tested by

no test coverage detected