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

Method createInstance

Transform/Transform.cpp:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462ImageEffect*
463TransformPluginFactory::createInstance(OfxImageEffectHandle handle,
464 ContextEnum /*context*/)
465{
466 return new TransformPlugin(handle, false, false);
467}
468
469mDeclarePluginFactory(TransformMaskedPluginFactory, {ofxsThreadSuiteCheck();}, {});
470void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected