comparison Framework/Radiography/RadiographyMaskLayer.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 580dd82e13f5
children 54cbffabdc45 1c7ae79c426d
comparison
equal deleted inserted replaced
1191:c6a36ecd641d 1196:a5f2a6b04a31
74 return foreground_; 74 return foreground_;
75 } 75 }
76 76
77 virtual void Render(Orthanc::ImageAccessor& buffer, 77 virtual void Render(Orthanc::ImageAccessor& buffer,
78 const AffineTransform2D& viewTransform, 78 const AffineTransform2D& viewTransform,
79 ImageInterpolation interpolation) const; 79 ImageInterpolation interpolation,
80 float windowCenter,
81 float windowWidth,
82 bool applyWindowing) const;
80 83
81 std::string GetInstanceId() const; 84 std::string GetInstanceId() const;
82 85
83 virtual size_t GetControlPointCount() const 86 virtual size_t GetControlPointCount() const
84 { 87 {