comparison Framework/Radiography/RadiographyDicomLayer.h @ 1196:a5f2a6b04a31

RadiographyScene: windowing is now only applied to the Dicom layer
author Alain Mazy <alain@mazy.be>
date Wed, 27 Nov 2019 17:51:33 +0100
parents 35e798b16b65
children 54cbffabdc45 a989c7d46b9a
comparison
equal deleted inserted replaced
1191:c6a36ecd641d 1196:a5f2a6b04a31
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,