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

Method getReadersForFormat

Engine/AppManager.cpp:3306–3317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3304}
3305
3306void
3307AppManager::getReadersForFormat(const std::string& format,
3308 IOPluginSetForFormat* decoders) const
3309{
3310 // This will perform a case insensitive find
3311 IOPluginsMap::const_iterator found = _imp->readerPlugins.find(format);
3312
3313 if ( found == _imp->readerPlugins.end() ) {
3314 return;
3315 }
3316 *decoders = found->second;
3317}
3318
3319void
3320AppManager::getWritersForFormat(const std::string& format,

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected