comparison ViewerPlugin/DicomPyramidCache.h @ 291:5fe243cef6e9

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jul 2023 16:57:27 +0200
parents c72fbdecdc38
children 7020852a8fa9
comparison
equal deleted inserted replaced
290:995dbab2e3dd 291:5fe243cef6e9
68 DicomPyramidCache& cache_; 68 DicomPyramidCache& cache_;
69 boost::mutex::scoped_lock lock_; 69 boost::mutex::scoped_lock lock_;
70 DicomPyramid& pyramid_; 70 DicomPyramid& pyramid_;
71 71
72 public: 72 public:
73 Locker(const std::string& seriesId); 73 explicit Locker(const std::string& seriesId);
74 74
75 DicomPyramid& GetPyramid() const 75 DicomPyramid& GetPyramid() const
76 { 76 {
77 return pyramid_; 77 return pyramid_;
78 } 78 }