diff Framework/Radiography/RadiographySceneReader.h @ 1022:1e80a925323a

ReadDicomLayerGeometry
author Alain Mazy <alain@mazy.be>
date Thu, 03 Oct 2019 14:37:52 +0200
parents be9c1530d40a
children d7887f88710f f417a0ae282b
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneReader.h	Tue Sep 24 11:16:25 2019 +0200
+++ b/Framework/Radiography/RadiographySceneReader.h	Thu Oct 03 14:37:52 2019 +0200
@@ -64,9 +64,12 @@
       fontRegistry_ = &fontRegistry;
     }
 
+    static void ReadLayerGeometry(RadiographyLayer::Geometry& geometry, const Json::Value& input);
+    static void ReadDicomLayerGeometry(RadiographyLayer::Geometry& geometry, const Json::Value& input);
+
   protected:
-    void ReadLayerGeometry(RadiographyLayer::Geometry& geometry, const Json::Value& input);
     virtual RadiographyDicomLayer* LoadDicom(const std::string& instanceId, unsigned int frame, RadiographyLayer::Geometry* geometry);
+
   };