| 633 | } |
| 634 | |
| 635 | ImageEffect* |
| 636 | CopyRectanglePluginFactory::createInstance(OfxImageEffectHandle handle, |
| 637 | ContextEnum /*context*/) |
| 638 | { |
| 639 | return new CopyRectanglePlugin(handle); |
| 640 | } |
| 641 | |
| 642 | static void |
| 643 | defineComponentParam(ImageEffectDescriptor &desc, |
nothing calls this directly
no outgoing calls
no test coverage detected