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

Method createInstance

MatteMonitor/MatteMonitor.cpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373ImageEffect*
374MatteMonitorPluginFactory::createInstance(OfxImageEffectHandle handle,
375 ContextEnum /*context*/)
376{
377 return new MatteMonitorPlugin(handle);
378}
379
380static MatteMonitorPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
381mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected