MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / createInstance

Method createInstance

Test/TestPosition.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205ImageEffect*
206TestPositionPluginFactory::createInstance(OfxImageEffectHandle handle,
207 ContextEnum /*context*/)
208{
209 return new TestPositionPlugin(handle);
210}
211
212static TestPositionPluginFactory p(kPluginPositionIdentifier, kPluginVersionMajor, kPluginVersionMinor);
213mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected