MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / createInstance

Method createInstance

OneView/OneView.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391ImageEffect*
392OneViewPluginFactory::createInstance(OfxImageEffectHandle handle,
393 ContextEnum /*context*/)
394{
395 return new OneViewPlugin(handle);
396}
397
398static OneViewPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
399mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected