| 1228 | } // RectanglePluginFactory::describe |
| 1229 | |
| 1230 | ImageEffect* |
| 1231 | RectanglePluginFactory::createInstance(OfxImageEffectHandle handle, |
| 1232 | ContextEnum /*context*/) |
| 1233 | { |
| 1234 | return new RectanglePlugin(handle); |
| 1235 | } |
| 1236 | |
| 1237 | void |
| 1238 | RectanglePluginFactory::describeInContext(ImageEffectDescriptor &desc, |
nothing calls this directly
no outgoing calls
no test coverage detected