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

Method getEffectInstance

Engine/Node.cpp:2659–2664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2657}
2658
2659EffectInstancePtr
2660Node::getEffectInstance() const
2661{
2662 ///Thread safe as it never changes
2663 return _imp->effect;
2664}
2665
2666void
2667Node::hasViewersConnectedInternal(std::list<ViewerInstance* >* viewers,

Callers 15

TEST_FFunction · 0.80
getRegionsOfInterestMethod · 0.80
renderMethod · 0.80
abortedMethod · 0.80
getInputMethod · 0.80
getImageMethod · 0.80
getNearestNonDisabledMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64