diff Framework/Inputs/OpenSlidePyramid.h @ 317:f611fb47d0e8

reuse base class members in OpenSlidePyramid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Sep 2024 13:43:39 +0200
parents 072968f00d26
children 8ad12abde290
line wrap: on
line diff
--- a/Framework/Inputs/OpenSlidePyramid.h	Mon Sep 09 20:13:36 2024 +0200
+++ b/Framework/Inputs/OpenSlidePyramid.h	Wed Sep 11 13:43:39 2024 +0200
@@ -34,7 +34,6 @@
     OpenSlideLibrary::Image  image_;
     unsigned int             tileWidth_;
     unsigned int             tileHeight_;
-    uint8_t                  backgroundColor_[3];
 
   protected:
     virtual void ReadRegion(Orthanc::ImageAccessor& target,
@@ -84,9 +83,5 @@
 
     bool LookupImagedVolumeSize(float& width,
                                 float& height) const;
-
-    void SetBackgroundColor(uint8_t red,
-                            uint8_t green,
-                            uint8_t blue);
   };
 }