comparison Framework/Radiography/RadiographyDicomLayer.h @ 503:77e0eb83ff63 am-touch-events

layers are now Observable and emitting LayerEdited messages
author amazy
date Tue, 26 Feb 2019 12:58:03 +0100
parents b85f635f1eb5
children 92305ee35b1c
comparison
equal deleted inserted replaced
502:3ae7563b4fe1 503:77e0eb83ff63
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)
45 : RadiographyLayer(broker, scene)
46 {
47 }
48
44 void SetInstance(const std::string& instanceId, unsigned int frame) 49 void SetInstance(const std::string& instanceId, unsigned int frame)
45 { 50 {
46 instanceId_ = instanceId; 51 instanceId_ = instanceId;
47 frame_ = frame; 52 frame_ = frame;
48 } 53 }