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

Method createInstance

Invert/Invert.cpp:720–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718} // InvertPluginFactory::describeInContext
719
720ImageEffect*
721InvertPluginFactory::createInstance(OfxImageEffectHandle handle,
722 ContextEnum /*context*/)
723{
724 return new InvertPlugin(handle);
725}
726
727static InvertPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
728mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected