comparison Core/DicomFormat/DicomImageInformation.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
37 37
38 #include <stdint.h> 38 #include <stdint.h>
39 39
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 class DicomImageInformation 42 class ORTHANC_PUBLIC DicomImageInformation
43 { 43 {
44 private: 44 private:
45 unsigned int width_; 45 unsigned int width_;
46 unsigned int height_; 46 unsigned int height_;
47 unsigned int samplesPerPixel_; 47 unsigned int samplesPerPixel_;