diff Applications/Samples/SingleVolumeApplication.h @ 147:f48c5d422d45 wasm

removed meaningless ImageInterpolation_Linear value
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Jan 2018 17:50:19 +0100
parents e2fe9352f240
children 6b0411ac843a
line wrap: on
line diff
--- a/Applications/Samples/SingleVolumeApplication.h	Mon Jan 22 17:30:34 2018 +0100
+++ b/Applications/Samples/SingleVolumeApplication.h	Tue Jan 23 17:50:19 2018 +0100
@@ -195,7 +195,7 @@
           s.alpha_ = 1;
           s.applyLut_ = true;
           s.lut_ = Orthanc::EmbeddedResources::COLORMAP_JET;
-          s.interpolation_ = ImageInterpolation_Linear;
+          s.interpolation_ = ImageInterpolation_Bilinear;
           widget->SetLayerStyle(0, s);
         }
 #else
@@ -241,7 +241,7 @@
           s.alpha_ = 0.5;
           s.applyLut_ = true;
           s.lut_ = Orthanc::EmbeddedResources::COLORMAP_JET;
-          s.interpolation_ = ImageInterpolation_Linear;
+          s.interpolation_ = ImageInterpolation_Bilinear;
           s.windowing_ = ImageWindowing_Custom;
           s.customWindowCenter_ = 0;
           s.customWindowWidth_ = 128;