comparison Framework/Radiography/RadiographyDicomLayer.h @ 655:1e26bb5f2a02

Fixed truncating conversion warnings + fixed deletion of incomplete type (seemingly due to M$ auto_ptr implementation)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 13:51:32 +0200
parents f1bfe3d1759f
children d2c0e347ddc2
comparison
equal deleted inserted replaced
654:462a5074f914 655:1e26bb5f2a02
39 unsigned int frame_; 39 unsigned int frame_;
40 40
41 void ApplyConverter(); 41 void ApplyConverter();
42 42
43 public: 43 public:
44 RadiographyDicomLayer(MessageBroker& broker, const RadiographyScene& scene) 44 RadiographyDicomLayer(MessageBroker& broker, const RadiographyScene& scene);
45 : RadiographyLayer(broker, scene)
46 {
47 }
48 45
49 void SetInstance(const std::string& instanceId, unsigned int frame) 46 void SetInstance(const std::string& instanceId, unsigned int frame)
50 { 47 {
51 instanceId_ = instanceId; 48 instanceId_ = instanceId;
52 frame_ = frame; 49 frame_ = frame;