diff Framework/Inputs/DicomPyramidLevel.cpp @ 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 7a3853d51c45
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramidLevel.cpp	Thu Nov 24 15:41:21 2016 +0100
+++ b/Framework/Inputs/DicomPyramidLevel.cpp	Thu Nov 24 17:48:24 2016 +0100
@@ -116,9 +116,9 @@
   }
 
 
-  bool DicomPyramidLevel::DownloadRawTile(ImageCompression& compression /* out */,
+  bool DicomPyramidLevel::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