diff Framework/Toolbox/OrthancSeriesLoader.h @ 118:a4d0b6c82b29 wasm

using Orthanc::DicomMap instead of OrthancPlugins::DicomDatasetReader
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Oct 2017 14:31:26 +0200
parents 2eca030792aa
children
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSeriesLoader.h	Thu Sep 28 16:55:51 2017 +0200
+++ b/Framework/Toolbox/OrthancSeriesLoader.h	Mon Oct 02 14:31:26 2017 +0200
@@ -42,8 +42,8 @@
     boost::shared_ptr<SetOfSlices>       slices_;
     ParallelSlices                       geometry_;
     Orthanc::PixelFormat                 format_;
-    unsigned int                         width_;
-    unsigned int                         height_;
+    uint32_t                             width_;
+    uint32_t                             height_;
 
     void CheckFrame(const Orthanc::ImageAccessor& frame) const;