comparison Framework/Radiography/RadiographySceneReader.cpp @ 650:200f7e1d57d1

Moved RadiographyDicomLayer::SetDicomFrameConverter to cpp file to prevent using an auto_ptr with an incomplete type (because of Microsoft implementation?) because that might lead to the dtor not being called.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 09:48:01 +0200
parents 92305ee35b1c
children 63982c8c294a
comparison
equal deleted inserted replaced
649:f1bfe3d1759f 650:200f7e1d57d1
19 **/ 19 **/
20 20
21 21
22 #include "RadiographySceneReader.h" 22 #include "RadiographySceneReader.h"
23 23
24 #include <Framework/Toolbox/DicomFrameConverter.h>
25
24 #include <Core/Images/FontRegistry.h> 26 #include <Core/Images/FontRegistry.h>
25 #include <Core/Images/PngReader.h> 27 #include <Core/Images/PngReader.h>
26 #include <Core/OrthancException.h> 28 #include <Core/OrthancException.h>
27 #include <Core/Toolbox.h> 29 #include <Core/Toolbox.h>
28 30