comparison UnitTestsSources/UnitTestsMain.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 fcec0ab44054
children e66b2c757790
comparison
equal deleted inserted replaced
112:948f86e61e83 113:2eca030792aa
20 20
21 21
22 #include "../Framework/dev.h" 22 #include "../Framework/dev.h"
23 #include "gtest/gtest.h" 23 #include "gtest/gtest.h"
24 24
25 #include "../Platforms/Generic/OracleWebService.h" 25 #include "../Framework/Layers/FrameRenderer.h"
26 #include "../Framework/Layers/LayerSourceBase.h"
27 #include "../Framework/Toolbox/DownloadStack.h"
26 #include "../Framework/Toolbox/OrthancSlicesLoader.h" 28 #include "../Framework/Toolbox/OrthancSlicesLoader.h"
27 #include "../Resources/Orthanc/Core/HttpClient.h"
28 #include "../Resources/Orthanc/Core/Logging.h"
29 #include "../Resources/Orthanc/Core/MultiThreading/SharedMessageQueue.h"
30 #include "../Resources/Orthanc/Core/OrthancException.h"
31
32 #include "../Framework/Volumes/ImageBuffer3D.h" 29 #include "../Framework/Volumes/ImageBuffer3D.h"
33 #include "../Framework/Volumes/SlicedVolumeBase.h" 30 #include "../Framework/Volumes/SlicedVolumeBase.h"
34 #include "../Framework/Toolbox/DownloadStack.h" 31 #include "../Platforms/Generic/OracleWebService.h"
35 #include "../Framework/Layers/LayerSourceBase.h" 32
36 #include "../Framework/Layers/FrameRenderer.h" 33 #include <Core/HttpClient.h>
37 #include "../Resources/Orthanc/Core/Images/ImageProcessing.h" 34 #include <Core/Images/ImageProcessing.h>
35 #include <Core/Logging.h>
36 #include <Core/MultiThreading/SharedMessageQueue.h>
37 #include <Core/OrthancException.h>
38 38
39 #include <boost/lexical_cast.hpp> 39 #include <boost/lexical_cast.hpp>
40 #include <boost/date_time/posix_time/posix_time.hpp> 40 #include <boost/date_time/posix_time/posix_time.hpp>
41 #include <boost/thread/thread.hpp> 41 #include <boost/thread/thread.hpp>
42 #include <boost/math/special_functions/round.hpp> 42 #include <boost/math/special_functions/round.hpp>