comparison Framework/Radiography/RadiographyScene.h @ 876:580dd82e13f5 am-dev

added GetApproximateMemoryUsage
author Alain Mazy <alain@mazy.be>
date Wed, 03 Jul 2019 10:15:29 +0200
parents be9c1530d40a
children 692291406f6a
comparison
equal deleted inserted replaced
875:200b4e0dddfc 876:580dd82e13f5
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;