MCPcopy 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
319OfxImageEffectInstance*
320OfxEffectInstance::effectInstance()
321{
322 return _imp->effect.get();
323}
324
325const OfxImageEffectInstance*
326OfxEffectInstance::effectInstance() const

Callers 15

OfxPushButtonInstanceMethod · 0.80
OfxIntegerInstanceMethod · 0.80
OfxDoubleInstanceMethod · 0.80
OfxBooleanInstanceMethod · 0.80
OfxChoiceInstanceMethod · 0.80
OfxRGBAInstanceMethod · 0.80
OfxRGBInstanceMethod · 0.80
OfxDouble2DInstanceMethod · 0.80
OfxInteger2DInstanceMethod · 0.80
OfxDouble3DInstanceMethod · 0.80
OfxInteger3DInstanceMethod · 0.80
OfxGroupInstanceMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected