comparison Framework/Widgets/LayerWidget.cpp @ 113:2eca030792aa wasm

using the Orthanc Framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Sep 2017 15:32:32 +0200
parents 7665ccbf33db
children ba83e38cf3ff
comparison
equal deleted inserted replaced
112:948f86e61e83 113:2eca030792aa
19 **/ 19 **/
20 20
21 21
22 #include "LayerWidget.h" 22 #include "LayerWidget.h"
23 23
24 #include "../../Resources/Orthanc/Core/Logging.h"
25 #include "../Layers/SliceOutlineRenderer.h" 24 #include "../Layers/SliceOutlineRenderer.h"
25
26 #include <Core/Logging.h>
26 27
27 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon(); 28 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon();
28 29
29 namespace OrthancStone 30 namespace OrthancStone
30 { 31 {