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

Method createInstance

CopyRectangle/CopyRectangle.cpp:635–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635ImageEffect*
636CopyRectanglePluginFactory::createInstance(OfxImageEffectHandle handle,
637 ContextEnum /*context*/)
638{
639 return new CopyRectanglePlugin(handle);
640}
641
642static void
643defineComponentParam(ImageEffectDescriptor &desc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected