comparison OrthancFramework/Sources/Images/ImageAccessor.h @ 4201:2d5209153b32

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:18:28 +0200
parents bf7b9edf6b81
children 0034f855c023
comparison
equal deleted inserted replaced
4200:7112a8af0b63 4201:2d5209153b32
108 const void* GetConstBuffer() const 108 const void* GetConstBuffer() const
109 { 109 {
110 return buffer_; 110 return buffer_;
111 } 111 }
112 112
113 void* GetBuffer() const; 113 void* GetBuffer();
114 114
115 const void* GetConstRow(unsigned int y) const; 115 const void* GetConstRow(unsigned int y) const;
116 116
117 void* GetRow(unsigned int y) const; 117 void* GetRow(unsigned int y);
118 118
119 void AssignEmpty(PixelFormat format); 119 void AssignEmpty(PixelFormat format);
120 120
121 void AssignReadOnly(PixelFormat format, 121 void AssignReadOnly(PixelFormat format,
122 unsigned int width, 122 unsigned int width,