Mercurial > hg > orthanc-stone
comparison Framework/Radiography/RadiographyMaskLayer.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 | 54cbffabdc45 |
comparison
equal
deleted
inserted
replaced
1065:9d42f89b8c3c | 1066:b537002f83a9 |
---|---|
38 mutable bool invalidated_; | 38 mutable bool invalidated_; |
39 float foreground_; | 39 float foreground_; |
40 | 40 |
41 mutable std::auto_ptr<Orthanc::ImageAccessor> mask_; | 41 mutable std::auto_ptr<Orthanc::ImageAccessor> mask_; |
42 public: | 42 public: |
43 RadiographyMaskLayer(MessageBroker& broker, const RadiographyScene& scene, const RadiographyDicomLayer& dicomLayer, | 43 RadiographyMaskLayer(const RadiographyScene& scene, const RadiographyDicomLayer& dicomLayer, |
44 float foreground) : | 44 float foreground) : |
45 RadiographyLayer(broker, scene), | 45 RadiographyLayer(scene), |
46 dicomLayer_(dicomLayer), | 46 dicomLayer_(dicomLayer), |
47 invalidated_(true), | 47 invalidated_(true), |
48 foreground_(foreground) | 48 foreground_(foreground) |
49 { | 49 { |
50 } | 50 } |