comparison Framework/Radiography/RadiographyDicomLayer.h @ 1200:54cbffabdc45 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Nov 2019 11:03:41 +0100
parents d7e06542304c a5f2a6b04a31
children 7ec8fea061b9
comparison
equal deleted inserted replaced
1198:4cc997207d8a 1200:54cbffabdc45
89 // Takes ownership 89 // Takes ownership
90 void SetDicomFrameConverter(Deprecated::DicomFrameConverter* converter); 90 void SetDicomFrameConverter(Deprecated::DicomFrameConverter* converter);
91 91
92 virtual void Render(Orthanc::ImageAccessor& buffer, 92 virtual void Render(Orthanc::ImageAccessor& buffer,
93 const AffineTransform2D& viewTransform, 93 const AffineTransform2D& viewTransform,
94 ImageInterpolation interpolation) const; 94 ImageInterpolation interpolation,
95 float windowCenter,
96 float windowWidth,
97 bool applyWindowing) const;
95 98
96 virtual bool GetDefaultWindowing(float& center, 99 virtual bool GetDefaultWindowing(float& center,
97 float& width) const; 100 float& width) const;
98 101
99 virtual bool GetRange(float& minValue, 102 virtual bool GetRange(float& minValue,