comparison Framework/Radiography/RadiographyLayer.h @ 475:3c28542229a3 am-touch-events

added a mask layer in the RadiographyWidget (to be cleaned)
author am@osimis.io
date Tue, 12 Feb 2019 12:22:13 +0100
parents a750f11892ec
children a95090305dd4
comparison
equal deleted inserted replaced
467:22b80f5c3a1c 475:3c28542229a3
274 const AffineTransform2D& viewTransform, 274 const AffineTransform2D& viewTransform,
275 ImageInterpolation interpolation) const = 0; 275 ImageInterpolation interpolation) const = 0;
276 276
277 virtual bool GetRange(float& minValue, 277 virtual bool GetRange(float& minValue,
278 float& maxValue) const = 0; 278 float& maxValue) const = 0;
279 }; 279
280 friend class RadiographyMaskLayer; // because it needs to GetTransform on the dicomLayer it relates to
281 };
280 } 282 }