MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getWritersForFormat

Method getWritersForFormat

Engine/AppManager.cpp:3319–3330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317}
3318
3319void
3320AppManager::getWritersForFormat(const std::string& format,
3321 IOPluginSetForFormat* encoders) const
3322{
3323 // This will perform a case insensitive find
3324 IOPluginsMap::const_iterator found = _imp->writerPlugins.find(format);
3325
3326 if ( found == _imp->writerPlugins.end() ) {
3327 return;
3328 }
3329 *encoders = found->second;
3330}
3331
3332std::string
3333AppManager::getReaderPluginIDForFileType(const std::string & extension) const

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected