diff Framework/Radiography/RadiographyScene.h @ 1380:6ea4062c1a0d broker

Integration from default into broker
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 Apr 2020 14:05:12 +0200
parents 379c00958553 e0cdf8688d56
children
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Wed Apr 22 14:02:34 2020 +0200
+++ b/Framework/Radiography/RadiographyScene.h	Wed Apr 22 14:05:12 2020 +0200
@@ -29,6 +29,8 @@
 #include "Core/Images/Image.h"
 #include "Core/Images/ImageProcessing.h"
 
+#include "../Scene2D/Scene2D.h"
+
 namespace OrthancStone
 {
   class RadiographyDicomLayer;
@@ -299,6 +301,8 @@
     void GetRange(float& minValue,
                   float& maxValue) const;
 
+    void ExportToScene2D(Scene2D& output) const;
+
     // Export using PAM is faster than using PNG, but requires Orthanc
     // core >= 1.4.3
     void ExportDicom(Deprecated::OrthancApiClient& orthanc,