Mercurial > hg > orthanc-stone
comparison Framework/Radiography/RadiographyScene.cpp @ 412:71c16998fcc8
fix msvc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 12 Nov 2018 16:29:36 +0100 |
parents | 6decc0ba9da5 |
children | aee3d7941c9b |
comparison
equal
deleted
inserted
replaced
411:3aa058dcd5fb | 412:71c16998fcc8 |
---|---|
31 #include <Core/OrthancException.h> | 31 #include <Core/OrthancException.h> |
32 #include <Core/Toolbox.h> | 32 #include <Core/Toolbox.h> |
33 #include <Plugins/Samples/Common/DicomDatasetReader.h> | 33 #include <Plugins/Samples/Common/DicomDatasetReader.h> |
34 #include <Plugins/Samples/Common/FullOrthancDataset.h> | 34 #include <Plugins/Samples/Common/FullOrthancDataset.h> |
35 | 35 |
36 #include <boost/math/special_functions/round.hpp> | |
37 | |
36 | 38 |
37 namespace OrthancStone | 39 namespace OrthancStone |
38 { | 40 { |
39 RadiographyScene::LayerAccessor::LayerAccessor(RadiographyScene& scene, | 41 RadiographyScene::LayerAccessor::LayerAccessor(RadiographyScene& scene, |
40 size_t index) : | 42 size_t index) : |