diff Framework/Volumes/ImageBuffer3D.h @ 734:be3671662eec

moved FitWindowingToRange() from ImageBuffer3D to RenderStyle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 15:20:04 +0200
parents c35e98d22764
children c3bbb130abc4
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.h	Tue May 21 14:27:52 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.h	Tue May 21 15:20:04 2019 +0200
@@ -21,8 +21,6 @@
 
 #pragma once
 
-#include "../Deprecated/Layers/RenderStyle.h"
-#include "../Deprecated/Toolbox/DicomFrameConverter.h"
 #include "../StoneEnumerations.h"
 #include "../Toolbox/ParallelSlices.h"
 #include "../Toolbox/VolumeImageGeometry.h"
@@ -121,9 +119,6 @@
     bool GetRange(float& minValue,
                   float& maxValue) const;
 
-    bool FitWindowingToRange(Deprecated::RenderStyle& style,
-                             const Deprecated::DicomFrameConverter& converter) const;
-
     uint8_t GetVoxelGrayscale8Unchecked(unsigned int x,
                                         unsigned int y,
                                         unsigned int z) const