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

Method createInstance

Rectangle/Rectangle.cpp:1230–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228} // RectanglePluginFactory::describe
1229
1230ImageEffect*
1231RectanglePluginFactory::createInstance(OfxImageEffectHandle handle,
1232 ContextEnum /*context*/)
1233{
1234 return new RectanglePlugin(handle);
1235}
1236
1237void
1238RectanglePluginFactory::describeInContext(ImageEffectDescriptor &desc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected