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

Method createInstance

PLogLin/PLogLin.cpp:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962} // PLogLinPluginFactory::describeInContext
963
964ImageEffect*
965PLogLinPluginFactory::createInstance(OfxImageEffectHandle handle,
966 ContextEnum /*context*/)
967{
968 return new PLogLinPlugin(handle);
969}
970
971static PLogLinPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
972mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected