comparison Framework/Radiography/RadiographyLayer.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 0ca50d275b9a
comparison
equal deleted inserted replaced
1198:4cc997207d8a 1200:54cbffabdc45
348 return prefferedPhotometricDisplayMode_; 348 return prefferedPhotometricDisplayMode_;
349 } 349 }
350 350
351 virtual void Render(Orthanc::ImageAccessor& buffer, 351 virtual void Render(Orthanc::ImageAccessor& buffer,
352 const AffineTransform2D& viewTransform, 352 const AffineTransform2D& viewTransform,
353 ImageInterpolation interpolation) const = 0; 353 ImageInterpolation interpolation,
354 float windowCenter,
355 float windowWidth,
356 bool applyWindowing) const = 0;
354 357
355 virtual bool GetRange(float& minValue, 358 virtual bool GetRange(float& minValue,
356 float& maxValue) const = 0; 359 float& maxValue) const = 0;
357 360
358 friend class RadiographyMaskLayer; // because it needs to GetTransform on the dicomLayer it relates to 361 friend class RadiographyMaskLayer; // because it needs to GetTransform on the dicomLayer it relates to