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

Method getReadersForFormat

Engine/AppManager.cpp:3598–3609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3596}
3597
3598void
3599AppManager::getReadersForFormat(const std::string& format,
3600 IOPluginSetForFormat* decoders) const
3601{
3602 // This will perform a case insensitive find
3603 IOPluginsMap::const_iterator found = _imp->readerPlugins.find(format);
3604
3605 if ( found == _imp->readerPlugins.end() ) {
3606 return;
3607 }
3608 *decoders = found->second;
3609}
3610
3611void
3612AppManager::getWritersForFormat(const std::string& format,

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected