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

Method createInstance

MixViews/MixViews.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396ImageEffect*
397MixViewsPluginFactory::createInstance(OfxImageEffectHandle handle,
398 ContextEnum /*context*/)
399{
400 return new MixViewsPlugin(handle);
401}
402
403static MixViewsPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
404mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected