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

Method createInstance

CornerPin/CornerPin.cpp:1357–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357ImageEffect*
1358CornerPinPluginFactory::createInstance(OfxImageEffectHandle handle,
1359 ContextEnum /*context*/)
1360{
1361 return new CornerPinPlugin(handle, false);
1362}
1363
1364mDeclarePluginFactory(CornerPinMaskedPluginFactory, {ofxsThreadSuiteCheck();}, {});
1365void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected