diff Framework/Enumerations.h @ 142:f19194a11c1d wasm

ComputeWindowing in Enumerations.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Jan 2018 18:12:42 +0100
parents 88bca952cb17
children f48c5d422d45
line wrap: on
line diff
--- a/Framework/Enumerations.h	Thu Jan 18 17:23:21 2018 +0100
+++ b/Framework/Enumerations.h	Fri Jan 19 18:12:42 2018 +0100
@@ -91,4 +91,10 @@
 
   bool StringToSopClassUid(SopClassUid& result,
                            const std::string& source);
+
+  void ComputeWindowing(float& targetCenter,
+                        float& targetWidth,
+                        ImageWindowing windowing,
+                        float defaultCenter,
+                        float defaultWidth);
 }