comparison Framework/Radiography/RadiographyScene.h @ 1195:bdc6837d5917 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Nov 2019 14:34:34 +0100
parents 1a73f852810a f417a0ae282b
children 54cbffabdc45
comparison
equal deleted inserted replaced
1189:09fc591d8ff9 1195:bdc6837d5917
196 virtual void SetWindowing(float center, 196 virtual void SetWindowing(float center,
197 float width); 197 float width);
198 198
199 RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const; 199 RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const;
200 200
201 RadiographyLayer& LoadText(const Orthanc::Font& font, 201 RadiographyLayer& LoadText(const std::string& utf8,
202 const std::string& utf8, 202 size_t fontSize,
203 uint8_t foreground,
203 RadiographyLayer::Geometry* geometry); 204 RadiographyLayer::Geometry* geometry);
204 205
205 RadiographyLayer& LoadTestBlock(unsigned int width, 206 RadiographyLayer& LoadTestBlock(unsigned int width,
206 unsigned int height, 207 unsigned int height,
207 RadiographyLayer::Geometry* geometry); 208 RadiographyLayer::Geometry* geometry);