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

Method createInstance

Mirror/Mirror.cpp:637–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635} // MirrorPluginFactory::describeInContext
636
637ImageEffect*
638MirrorPluginFactory::createInstance(OfxImageEffectHandle handle,
639 ContextEnum /*context*/)
640{
641 return new MirrorPlugin(handle);
642}
643
644static MirrorPluginFactory p(kPluginMirrorIdentifier, kPluginVersionMajor, kPluginVersionMinor);
645mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected