| 801 | } // MultiplyPluginFactory::describeInContext |
| 802 | |
| 803 | ImageEffect* |
| 804 | MultiplyPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 805 | ContextEnum /*context*/) |
| 806 | { |
| 807 | return new MultiplyPlugin(handle); |
| 808 | } |
| 809 | |
| 810 | static MultiplyPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 811 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected