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

Method createInstance

SideBySide/SideBySide.cpp:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562} // SideBySidePluginFactory::describeInContext
563
564ImageEffect*
565SideBySidePluginFactory::createInstance(OfxImageEffectHandle handle,
566 ContextEnum /*context*/)
567{
568 return new SideBySidePlugin(handle);
569}
570
571static SideBySidePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
572mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected