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