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

Method getImageOrCreate_diskCache

Engine/AppManager.cpp:2509–2515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507}
2508
2509bool
2510AppManager::getImageOrCreate_diskCache(const ImageKey & key,
2511 const boost::shared_ptr<ImageParams>& params,
2512 boost::shared_ptr<Image>* returnValue) const
2513{
2514 return _imp->_diskCache->getOrCreate(key, params, 0, returnValue);
2515}
2516
2517bool
2518AppManager::getTexture(const FrameKey & key,

Callers 1

Calls 1

getOrCreateMethod · 0.80

Tested by

no test coverage detected