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

Method getImageOrCreate

Engine/AppManager.cpp:2494–2500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2492}
2493
2494bool
2495AppManager::getImageOrCreate(const ImageKey & key,
2496 const boost::shared_ptr<ImageParams>& params,
2497 boost::shared_ptr<Image>* returnValue) const
2498{
2499 return _imp->_nodeCache->getOrCreate(key, params, 0, returnValue);
2500}
2501
2502bool
2503AppManager::getImage_diskCache(const ImageKey & key,

Callers 2

renderMaskFromStrokeMethod · 0.80

Calls 1

getOrCreateMethod · 0.80

Tested by

no test coverage detected