comparison Framework/Scene2D/FloatTextureSceneLayer.h @ 631:ea8322566596

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2019 18:26:52 +0200
parents 5430bcffba57
children 4ba8892870a2
comparison
equal deleted inserted replaced
626:cc69acccd9f8 631:ea8322566596
31 ImageWindowing windowing_; 31 ImageWindowing windowing_;
32 float customCenter_; 32 float customCenter_;
33 float customWidth_; 33 float customWidth_;
34 34
35 public: 35 public:
36 // The pixel format must be "Float32"
36 FloatTextureSceneLayer(const Orthanc::ImageAccessor& texture); 37 FloatTextureSceneLayer(const Orthanc::ImageAccessor& texture);
37 38
38 void SetWindowing(ImageWindowing windowing); 39 void SetWindowing(ImageWindowing windowing);
39 40
40 void SetCustomWindowing(float customCenter, 41 void SetCustomWindowing(float customCenter,