Mercurial > hg > orthanc-stone
comparison Framework/Scene2D/LookupTableTextureSceneLayer.cpp @ 1251:96d4f4fee5bb broker
fix uninitialized variable in LookupTableTextureSceneLayer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 08 Jan 2020 10:33:11 +0100 |
parents | 177e7d431cd1 |
children | 0ca50d275b9a |
comparison
equal
deleted
inserted
replaced
1250:a8248b08115c | 1251:96d4f4fee5bb |
---|---|
25 #include <Core/Images/ImageProcessing.h> | 25 #include <Core/Images/ImageProcessing.h> |
26 #include <Core/OrthancException.h> | 26 #include <Core/OrthancException.h> |
27 | 27 |
28 namespace OrthancStone | 28 namespace OrthancStone |
29 { | 29 { |
30 LookupTableTextureSceneLayer::LookupTableTextureSceneLayer(const Orthanc::ImageAccessor& texture) | 30 LookupTableTextureSceneLayer::LookupTableTextureSceneLayer(const Orthanc::ImageAccessor& texture) : |
31 applyLog_(false) | |
31 { | 32 { |
32 { | 33 { |
33 std::auto_ptr<Orthanc::ImageAccessor> t( | 34 std::auto_ptr<Orthanc::ImageAccessor> t( |
34 new Orthanc::Image(Orthanc::PixelFormat_Float32, | 35 new Orthanc::Image(Orthanc::PixelFormat_Float32, |
35 texture.GetWidth(), | 36 texture.GetWidth(), |