diff Framework/Inputs/DicomPyramid.h @ 217:20bc074ec19a

Viewer can display DICOM pyramids whose tile sizes vary across levels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 Jan 2021 14:24:18 +0100
parents c35a3a0627b9
children 49f647ed1b4c
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramid.h	Tue Jan 12 10:21:36 2021 +0100
+++ b/Framework/Inputs/DicomPyramid.h	Tue Jan 12 14:24:18 2021 +0100
@@ -70,9 +70,9 @@
 
     virtual unsigned int GetLevelHeight(unsigned int level) const ORTHANC_OVERRIDE;
 
-    virtual unsigned int GetTileWidth() const ORTHANC_OVERRIDE;
+    virtual unsigned int GetTileWidth(unsigned int level) const ORTHANC_OVERRIDE;
 
-    virtual unsigned int GetTileHeight() const ORTHANC_OVERRIDE;
+    virtual unsigned int GetTileHeight(unsigned int level) const ORTHANC_OVERRIDE;
 
     virtual bool ReadRawTile(std::string& tile,
                              ImageCompression& compression,