Mercurial > hg > orthanc-stone
comparison Framework/Radiography/RadiographyScene.h @ 918:d6c029d15aaa
Merged am-dev into default
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 19 Jul 2019 15:15:13 +0200 |
parents | 580dd82e13f5 |
children | 692291406f6a |
comparison
equal
deleted
inserted
replaced
914:4d1f57773b5b | 918:d6c029d15aaa |
---|---|
161 public: | 161 public: |
162 RadiographyScene(MessageBroker& broker); | 162 RadiographyScene(MessageBroker& broker); |
163 | 163 |
164 virtual ~RadiographyScene(); | 164 virtual ~RadiographyScene(); |
165 | 165 |
166 virtual size_t GetApproximateMemoryUsage() const; | |
167 | |
166 bool GetWindowing(float& center, | 168 bool GetWindowing(float& center, |
167 float& width) const; | 169 float& width) const; |
168 | 170 |
169 void GetWindowingWithDefault(float& center, | 171 void GetWindowingWithDefault(float& center, |
170 float& width) const; | 172 float& width) const; |