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

Method getWritersForFormat

Engine/AppManager.cpp:3611–3622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3609}
3610
3611void
3612AppManager::getWritersForFormat(const std::string& format,
3613 IOPluginSetForFormat* encoders) const
3614{
3615 // This will perform a case insensitive find
3616 IOPluginsMap::const_iterator found = _imp->writerPlugins.find(format);
3617
3618 if ( found == _imp->writerPlugins.end() ) {
3619 return;
3620 }
3621 *encoders = found->second;
3622}
3623
3624std::string
3625AppManager::getReaderPluginIDForFileType(const std::string & extension) const

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected