comparison OrthancStone/Sources/Toolbox/SortedFrames.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
38 Vector normal_; // Only used in "Sort()" 38 Vector normal_; // Only used in "Sort()"
39 Vector position_; // Only used in "Sort()" 39 Vector position_; // Only used in "Sort()"
40 bool monochrome1_; 40 bool monochrome1_;
41 41
42 public: 42 public:
43 Instance(const Orthanc::DicomMap& tags); 43 explicit Instance(const Orthanc::DicomMap& tags);
44 44
45 const Orthanc::DicomMap& GetTags() const 45 const Orthanc::DicomMap& GetTags() const
46 { 46 {
47 return tags_; 47 return tags_;
48 } 48 }