| 504 | } // VectorToColorPluginFactory::describeInContext |
| 505 | |
| 506 | ImageEffect* |
| 507 | VectorToColorPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 508 | ContextEnum /*context*/) |
| 509 | { |
| 510 | return new VectorToColorPlugin(handle); |
| 511 | } |
| 512 | |
| 513 | static VectorToColorPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 514 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected