| 460 | } |
| 461 | |
| 462 | ImageEffect* |
| 463 | TransformPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 464 | ContextEnum /*context*/) |
| 465 | { |
| 466 | return new TransformPlugin(handle, false, false); |
| 467 | } |
| 468 | |
| 469 | mDeclarePluginFactory(TransformMaskedPluginFactory, {ofxsThreadSuiteCheck();}, {}); |
| 470 | void |
nothing calls this directly
no outgoing calls
no test coverage detected