Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ effectInstance
Method
effectInstance
Engine/OfxEffectInstance.cpp:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
OfxImageEffectInstance*
320
OfxEffectInstance::effectInstance()
321
{
322
return _imp->effect.get();
323
}
324
325
const OfxImageEffectInstance*
326
OfxEffectInstance::effectInstance() const
Callers
15
OfxPushButtonInstance
Method · 0.80
OfxIntegerInstance
Method · 0.80
OfxDoubleInstance
Method · 0.80
OfxBooleanInstance
Method · 0.80
OfxChoiceInstance
Method · 0.80
OfxRGBAInstance
Method · 0.80
OfxRGBInstance
Method · 0.80
OfxDouble2DInstance
Method · 0.80
OfxInteger2DInstance
Method · 0.80
OfxDouble3DInstance
Method · 0.80
OfxInteger3DInstance
Method · 0.80
OfxGroupInstance
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected