comparison OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents ab4d015af660
children 6d49e3b6ff77
comparison
equal deleted inserted replaced
4296:3b70a2e6a06c 4297:785a2713323e
208 target->photometric_ = photometric_; 208 target->photometric_ = photometric_;
209 209
210 return target.release(); 210 return target.release();
211 } 211 }
212 212
213 unsigned int Orthanc::DicomImageInformation::GetWidth() const 213 unsigned int DicomImageInformation::GetWidth() const
214 { 214 {
215 return width_; 215 return width_;
216 } 216 }
217 217
218 unsigned int Orthanc::DicomImageInformation::GetHeight() const 218 unsigned int DicomImageInformation::GetHeight() const
219 { 219 {
220 return height_; 220 return height_;
221 } 221 }
222 222
223 unsigned int DicomImageInformation::GetNumberOfFrames() const 223 unsigned int DicomImageInformation::GetNumberOfFrames() const