| 1941 | } |
| 1942 | |
| 1943 | ImageEffect* |
| 1944 | ImageStatisticsPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 1945 | ContextEnum /*context*/) |
| 1946 | { |
| 1947 | return new ImageStatisticsPlugin(handle); |
| 1948 | } |
| 1949 | |
| 1950 | void |
| 1951 | ImageStatisticsPluginFactory::describeInContext(ImageEffectDescriptor &desc, |
nothing calls this directly
no outgoing calls
no test coverage detected