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

Method createInstance

FrameRange/FrameRange.cpp:612–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610} // FrameRangePluginFactory::describeInContext
611
612ImageEffect*
613FrameRangePluginFactory::createInstance(OfxImageEffectHandle handle,
614 ContextEnum /*context*/)
615{
616 return new FrameRangePlugin(handle);
617}
618
619static FrameRangePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
620mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected