diff Framework/StoneEnumerations.h @ 589:3080ec4ec6b9

removed enum value: ImageWindowing_Default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Apr 2019 14:00:55 +0200
parents 1201b12eb9f8
children 2eeb5857eb43
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Thu Apr 25 13:54:42 2019 +0200
+++ b/Framework/StoneEnumerations.h	Thu Apr 25 14:00:55 2019 +0200
@@ -34,7 +34,6 @@
 
   enum ImageWindowing
   {
-    ImageWindowing_Default,
     ImageWindowing_Bone,
     ImageWindowing_Lung,
     ImageWindowing_Custom
@@ -199,8 +198,8 @@
   void ComputeWindowing(float& targetCenter,
                         float& targetWidth,
                         ImageWindowing windowing,
-                        float defaultCenter,
-                        float defaultWidth);
+                        float customCenter,
+                        float customWidth);
 
   void ComputeAnchorTranslation(double& deltaX /* out */,
                                 double& deltaY /* out */,