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

Method createInstance

Shuffle/Shuffle.cpp:2086–2091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2084
2085template<unsigned int majorVersion>
2086ImageEffect*
2087ShufflePluginFactory<majorVersion>::createInstance(OfxImageEffectHandle handle,
2088 ContextEnum context)
2089{
2090 return new ShufflePlugin(handle, context, this->getMajorVersion());
2091}
2092
2093static ShufflePluginFactory<2> p2(kPluginIdentifier, 0);
2094mRegisterPluginFactoryInstance(p2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected