diff 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
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyLayer.h	Tue Feb 12 10:01:49 2019 +0100
+++ b/Framework/Radiography/RadiographyLayer.h	Tue Feb 12 12:22:13 2019 +0100
@@ -276,5 +276,7 @@
 
     virtual bool GetRange(float& minValue,
                           float& maxValue) const = 0;
-  }; 
+
+    friend class RadiographyMaskLayer; // because it needs to GetTransform on the dicomLayer it relates to
+  };
 }