comparison Framework/Widgets/LayerWidget.cpp @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents e9c7a78a3e77
children 26e3bfe30e66
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
22 #include "LayerWidget.h" 22 #include "LayerWidget.h"
23 23
24 #include "../Layers/SliceOutlineRenderer.h" 24 #include "../Layers/SliceOutlineRenderer.h"
25 #include "../Toolbox/GeometryToolbox.h" 25 #include "../Toolbox/GeometryToolbox.h"
26 26
27 #include "../../Resources/Orthanc/Core/Logging.h" 27 #include <Core/Logging.h>
28 28
29 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon(); 29 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon();
30 30
31 namespace OrthancStone 31 namespace OrthancStone
32 { 32 {