diff Framework/Radiography/RadiographyMaskLayer.cpp @ 481:159a465e27bd am-touch-events

reworked RadiographyScene export to export to an Orthanc::Image too
author am@osimis.io
date Thu, 14 Feb 2019 16:23:59 +0100
parents 2f6ecb5037ea
children aede9b042cb7
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyMaskLayer.cpp	Thu Feb 14 10:18:02 2019 +0100
+++ b/Framework/Radiography/RadiographyMaskLayer.cpp	Thu Feb 14 16:23:59 2019 +0100
@@ -68,6 +68,11 @@
     }
   }
 
+  std::string RadiographyMaskLayer::GetInstanceId() const
+  {
+    return dicomLayer_.GetInstanceId();
+  }
+
   void RadiographyMaskLayer::SetCorner(const MaskPoint& corner, size_t index)
   {
     if (index < corners_.size())