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

Method createInstance

ImageStatistics/ImageStatistics.cpp:1943–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1941}
1942
1943ImageEffect*
1944ImageStatisticsPluginFactory::createInstance(OfxImageEffectHandle handle,
1945 ContextEnum /*context*/)
1946{
1947 return new ImageStatisticsPlugin(handle);
1948}
1949
1950void
1951ImageStatisticsPluginFactory::describeInContext(ImageEffectDescriptor &desc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected