comparison Framework/Radiography/RadiographyDicomLayer.h @ 1066:b537002f83a9 broker

removing broker from deprecated classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 15:39:39 +0200
parents 580dd82e13f5
children d7e06542304c
comparison
equal deleted inserted replaced
1065:9d42f89b8c3c 1066:b537002f83a9
40 unsigned int frame_; 40 unsigned int frame_;
41 41
42 void ApplyConverter(); 42 void ApplyConverter();
43 43
44 public: 44 public:
45 RadiographyDicomLayer(MessageBroker& broker, const RadiographyScene& scene); 45 RadiographyDicomLayer(const RadiographyScene& scene);
46 46
47 void SetInstance(const std::string& instanceId, unsigned int frame) 47 void SetInstance(const std::string& instanceId, unsigned int frame)
48 { 48 {
49 instanceId_ = instanceId; 49 instanceId_ = instanceId;
50 frame_ = frame; 50 frame_ = frame;