comparison OrthancFramework/Sources/DicomParsing/Internals/DicomFrameIndex.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children d9473bd5ed43
comparison
equal deleted inserted replaced
4199:fbc49a65340a 4200:7112a8af0b63
54 54
55 std::unique_ptr<IIndex> index_; 55 std::unique_ptr<IIndex> index_;
56 unsigned int countFrames_; 56 unsigned int countFrames_;
57 57
58 public: 58 public:
59 DicomFrameIndex(DcmDataset& dicom); 59 explicit DicomFrameIndex(DcmDataset& dicom);
60 60
61 unsigned int GetFramesCount() const 61 unsigned int GetFramesCount() const
62 { 62 {
63 return countFrames_; 63 return countFrames_;
64 } 64 }