diff Framework/Algorithms/PyramidReader.h @ 154:32a94bbb7d05

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 12:12:39 +0200
parents a51dee6a1515
children 6b8ccfc02051
line wrap: on
line diff
--- a/Framework/Algorithms/PyramidReader.h	Fri Jul 27 14:06:26 2018 +0200
+++ b/Framework/Algorithms/PyramidReader.h	Mon Oct 08 12:12:39 2018 +0200
@@ -88,7 +88,8 @@
                                   unsigned int tileX,
                                   unsigned int tileY);
 
-    Orthanc::ImageAccessor GetDecodedTile(unsigned int tileX,
-                                          unsigned int tileY);  
+    void GetDecodedTile(Orthanc::ImageAccessor& target,
+                        unsigned int tileX,
+                        unsigned int tileY);  
   };
 }