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

Method createInstance

PIK/PIK.cpp:2851–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849} // PIKPluginFactory::describeInContext
2850
2851ImageEffect*
2852PIKPluginFactory::createInstance(OfxImageEffectHandle handle,
2853 ContextEnum /*context*/)
2854{
2855 return new PIKPlugin(handle);
2856}
2857
2858static PIKPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
2859mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected