comparison OrthancStone/Sources/Oracle/GetOrthancImageCommand.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
82 } 82 }
83 83
84 public: 84 public:
85 GetOrthancImageCommand(); 85 GetOrthancImageCommand();
86 86
87 virtual Type GetType() const 87 virtual Type GetType() const ORTHANC_OVERRIDE
88 { 88 {
89 return Type_GetOrthancImage; 89 return Type_GetOrthancImage;
90 } 90 }
91 91
92 virtual IOracleCommand* Clone() const 92 virtual IOracleCommand* Clone() const ORTHANC_OVERRIDE
93 { 93 {
94 return new GetOrthancImageCommand(*this); 94 return new GetOrthancImageCommand(*this);
95 } 95 }
96 96
97 void SetExpectedPixelFormat(Orthanc::PixelFormat format); 97 void SetExpectedPixelFormat(Orthanc::PixelFormat format);