comparison Framework/Deprecated/Widgets/SliceViewerWidget.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 257f2c9a02ac
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
23 23
24 #include "../Layers/SliceOutlineRenderer.h" 24 #include "../Layers/SliceOutlineRenderer.h"
25 #include "../../Toolbox/GeometryToolbox.h" 25 #include "../../Toolbox/GeometryToolbox.h"
26 #include "../Layers/FrameRenderer.h" 26 #include "../Layers/FrameRenderer.h"
27 27
28 #include <Core/Logging.h> 28 #include <Logging.h>
29 #include <Core/OrthancException.h> 29 #include <OrthancException.h>
30 30
31 #include <boost/math/constants/constants.hpp> 31 #include <boost/math/constants/constants.hpp>
32 32
33 33
34 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon(); 34 static const double THIN_SLICE_THICKNESS = 100.0 * std::numeric_limits<double>::epsilon();