diff Framework/Radiography/RadiographyLayer.h @ 1125:d7e06542304c broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 18:51:04 +0100
parents b537002f83a9 35e798b16b65
children 54cbffabdc45
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyLayer.h	Tue Nov 05 18:49:06 2019 +0100
+++ b/Framework/Radiography/RadiographyLayer.h	Tue Nov 05 18:51:04 2019 +0100
@@ -323,7 +323,8 @@
                           double sceneY) const;
 
     void SetPixelSpacing(double x,
-                         double y);
+                         double y,
+                         bool emitLayerEditedEvent = true);
 
     void GetCenter(double& centerX,
                    double& centerY) const;