| 846 | } // ClipTestPluginFactory::describeInContext |
| 847 | |
| 848 | ImageEffect* |
| 849 | ClipTestPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 850 | ContextEnum /*context*/) |
| 851 | { |
| 852 | return new ClipTestPlugin(handle); |
| 853 | } |
| 854 | |
| 855 | static ClipTestPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 856 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected