diff Framework/Inputs/DicomPyramidLevel.h @ 57:91fc9583b2de

big refactoring to support sparse tiling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Nov 2016 17:48:24 +0100
parents 83cd735c885d
children 147bd6dc28db
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.h	Thu Nov 24 15:41:21 2016 +0100
+++ b/Framework/Inputs/DicomPyramidLevel.h	Thu Nov 24 17:48:24 2016 +0100
@@ -84,9 +84,9 @@
       return tileHeight_;
     }
 
-    bool DownloadRawTile(ImageCompression& compression /* out */,
+    bool DownloadRawTile(std::string& raw /* out */,
                          Orthanc::PixelFormat& format /* out */,
-                         std::string& raw /* out */,
+                         ImageCompression& compression /* out */,
                          IOrthancConnection& orthanc,
                          unsigned int tileX,
                          unsigned int tileY) const;