comparison OrthancStone/Sources/Loaders/LoaderCache.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
47 /** 47 /**
48 By default, the CT loader in loader cache will only download the highest quality slices. 48 By default, the CT loader in loader cache will only download the highest quality slices.
49 If you pass true for useCtProgressiveQuality, jpeg (50/100 quality), then jpeg (90/100 quality) 49 If you pass true for useCtProgressiveQuality, jpeg (50/100 quality), then jpeg (90/100 quality)
50 then eventually uncompressed 16-bit images will be loaded. 50 then eventually uncompressed 16-bit images will be loaded.
51 */ 51 */
52 LoaderCache(OrthancStone::ILoadersContext& loadersContext, bool useCtProgressiveQuality = false); 52 LoaderCache(OrthancStone::ILoadersContext& loadersContext,
53 bool useCtProgressiveQuality);
53 54
54 boost::shared_ptr<OrthancSeriesVolumeProgressiveLoader> 55 boost::shared_ptr<OrthancSeriesVolumeProgressiveLoader>
55 GetSeriesVolumeProgressiveLoader (std::string seriesUuid); 56 GetSeriesVolumeProgressiveLoader (std::string seriesUuid);
56 57
57 boost::shared_ptr<OrthancStone::DicomVolumeImageMPRSlicer> 58 boost::shared_ptr<OrthancStone::DicomVolumeImageMPRSlicer>