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

Method createInstance

VectorToColor/VectorToColor.cpp:506–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504} // VectorToColorPluginFactory::describeInContext
505
506ImageEffect*
507VectorToColorPluginFactory::createInstance(OfxImageEffectHandle handle,
508 ContextEnum /*context*/)
509{
510 return new VectorToColorPlugin(handle);
511}
512
513static VectorToColorPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
514mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected