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

Method createInstance

Reformat/Reformat.cpp:1096–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094
1095template<unsigned int majorVersion>
1096ImageEffect*
1097ReformatPluginFactory<majorVersion>::createInstance(OfxImageEffectHandle handle,
1098 ContextEnum /*context*/)
1099{
1100 return new ReformatPlugin(handle);
1101}
1102
1103static ReformatPluginFactory<kPluginVersionMajor> p(kPluginIdentifier, kPluginVersionMinor);
1104mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected