diff OrthancStone/Sources/Toolbox/DicomInstanceParameters.h @ 1924:f4050908c6bc

display of overlays
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Mar 2022 12:24:35 +0100
parents ed4831e08961
children 990f396484b1
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/DicomInstanceParameters.h	Tue Mar 22 17:39:19 2022 +0100
+++ b/OrthancStone/Sources/Toolbox/DicomInstanceParameters.h	Wed Mar 23 12:24:35 2022 +0100
@@ -75,9 +75,6 @@
     std::unique_ptr<Orthanc::DicomMap>               tags_;
     std::unique_ptr<Orthanc::DicomImageInformation>  imageInformation_;  // Lazy evaluation
 
-    void ApplyRescaleAndDoseScaling(Orthanc::ImageAccessor& image,
-                                    bool useDouble) const;
-
   public:
     explicit DicomInstanceParameters(const DicomInstanceParameters& other) :
       data_(other.data_),
@@ -231,6 +228,9 @@
       return data_.doseGridScaling_;
     }
 
+    void ApplyRescaleAndDoseScaling(Orthanc::ImageAccessor& image,
+                                    bool useDouble) const;
+
     double ApplyRescale(double value) const;
 
     // Required for RT-DOSE