| 2849 | } // PIKPluginFactory::describeInContext |
| 2850 | |
| 2851 | ImageEffect* |
| 2852 | PIKPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 2853 | ContextEnum /*context*/) |
| 2854 | { |
| 2855 | return new PIKPlugin(handle); |
| 2856 | } |
| 2857 | |
| 2858 | static PIKPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 2859 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected