comparison 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
comparison
equal deleted inserted replaced
141:88bca952cb17 142:f19194a11c1d
89 SopClassUid_RTDose 89 SopClassUid_RTDose
90 }; 90 };
91 91
92 bool StringToSopClassUid(SopClassUid& result, 92 bool StringToSopClassUid(SopClassUid& result,
93 const std::string& source); 93 const std::string& source);
94
95 void ComputeWindowing(float& targetCenter,
96 float& targetWidth,
97 ImageWindowing windowing,
98 float defaultCenter,
99 float defaultWidth);
94 } 100 }