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

Method createInstance

Quantize/Quantize.cpp:1124–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122} // QuantizePluginFactory::describeInContext
1123
1124ImageEffect*
1125QuantizePluginFactory::createInstance(OfxImageEffectHandle handle,
1126 ContextEnum /*context*/)
1127{
1128 return new QuantizePlugin(handle);
1129}
1130
1131static QuantizePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
1132mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected