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

Method createInstance

Multiply/Multiply.cpp:803–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801} // MultiplyPluginFactory::describeInContext
802
803ImageEffect*
804MultiplyPluginFactory::createInstance(OfxImageEffectHandle handle,
805 ContextEnum /*context*/)
806{
807 return new MultiplyPlugin(handle);
808}
809
810static MultiplyPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
811mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected