diff Framework/Radiography/RadiographyDicomLayer.h @ 1279:7ec8fea061b9 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 15:20:08 +0100
parents 54cbffabdc45 a989c7d46b9a
children 68579a31eeb4
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyDicomLayer.h	Fri Jan 31 17:34:57 2020 +0100
+++ b/Framework/Radiography/RadiographyDicomLayer.h	Tue Feb 04 15:20:08 2020 +0100
@@ -80,7 +80,7 @@
 
     void SetSourceImage(Orthanc::ImageAccessor* image);   // Takes ownership
 
-    void SetSourceImage(Orthanc::ImageAccessor* image, double newPixelSpacingX, double newPixelSpacingY);   // Takes ownership
+    void SetSourceImage(Orthanc::ImageAccessor* image, double newPixelSpacingX, double newPixelSpacingY, bool emitLayerEditedEvent = true);   // Takes ownership
 
     const Orthanc::ImageAccessor* GetSourceImage() const {return source_.get();}  // currently need this access to serialize scene in plain old data to send to a WASM worker