comparison Framework/Radiography/RadiographySceneReader.h @ 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 b85f635f1eb5
children 92305ee35b1c
comparison
equal deleted inserted replaced
480:2f6ecb5037ea 481:159a465e27bd
22 #pragma once 22 #pragma once
23 23
24 #include "RadiographyScene.h" 24 #include "RadiographyScene.h"
25 #include "RadiographyAlphaLayer.h" 25 #include "RadiographyAlphaLayer.h"
26 #include "RadiographyDicomLayer.h" 26 #include "RadiographyDicomLayer.h"
27 #include "RadiographyMaskLayer.h"
27 #include "RadiographyTextLayer.h" 28 #include "RadiographyTextLayer.h"
28 #include <json/value.h> 29 #include <json/value.h>
29 #include <Core/Images/FontRegistry.h> 30 #include <Core/Images/FontRegistry.h>
30 31
31 namespace OrthancStone 32 namespace OrthancStone