| 718 | } // InvertPluginFactory::describeInContext |
| 719 | |
| 720 | ImageEffect* |
| 721 | InvertPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 722 | ContextEnum /*context*/) |
| 723 | { |
| 724 | return new InvertPlugin(handle); |
| 725 | } |
| 726 | |
| 727 | static InvertPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 728 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected