Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ effectInstance
Method
effectInstance
Engine/OfxEffectInstance.cpp:316–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
OfxImageEffectInstance*
317
OfxEffectInstance::effectInstance()
318
{
319
return _imp->effect.get();
320
}
321
322
const OfxImageEffectInstance*
323
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