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

Method createInstance

ClipTest/ClipTest.cpp:848–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846} // ClipTestPluginFactory::describeInContext
847
848ImageEffect*
849ClipTestPluginFactory::createInstance(OfxImageEffectHandle handle,
850 ContextEnum /*context*/)
851{
852 return new ClipTestPlugin(handle);
853}
854
855static ClipTestPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
856mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected