Mercurial > hg > orthanc-stone
comparison Framework/Layers/GrayscaleFrameRenderer.h @ 328:c80b5bddf86b am-2
support of monochrome1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Oct 2018 10:26:33 +0200 |
parents | fccffbf99ba1 |
children | 814fa32e2fcc |
comparison
equal
deleted
inserted
replaced
327:8716176ff7f0 | 328:c80b5bddf86b |
---|---|
30 { | 30 { |
31 private: | 31 private: |
32 std::auto_ptr<Orthanc::ImageAccessor> frame_; // In Float32 | 32 std::auto_ptr<Orthanc::ImageAccessor> frame_; // In Float32 |
33 float defaultWindowCenter_; | 33 float defaultWindowCenter_; |
34 float defaultWindowWidth_; | 34 float defaultWindowWidth_; |
35 Orthanc::PhotometricInterpretation photometric_; | |
35 | 36 |
36 protected: | 37 protected: |
37 virtual CairoSurface* GenerateDisplay(const RenderStyle& style); | 38 virtual CairoSurface* GenerateDisplay(const RenderStyle& style); |
38 | 39 |
39 public: | 40 public: |