comparison UnitTestsSources/UnitTestsMain.cpp @ 396:ed7146fa2c98

rename ILayerSource as IVolumeSlicer, and OrthancFrameLayerSource as as DicomSeriesVolumeSlicer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 09:29:08 +0100
parents be2660b6e40a
children 3942123602ba
comparison
equal deleted inserted replaced
395:5f13809f3f76 396:ed7146fa2c98
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 "../Framework/Layers/FrameRenderer.h" 25 #include "../Framework/Layers/FrameRenderer.h"
26 #include "../Framework/Layers/LayerSourceBase.h"
27 #include "../Framework/Toolbox/DownloadStack.h" 26 #include "../Framework/Toolbox/DownloadStack.h"
28 #include "../Framework/Toolbox/FiniteProjectiveCamera.h" 27 #include "../Framework/Toolbox/FiniteProjectiveCamera.h"
29 #include "../Framework/Toolbox/MessagingToolbox.h" 28 #include "../Framework/Toolbox/MessagingToolbox.h"
30 #include "../Framework/Toolbox/OrthancSlicesLoader.h" 29 #include "../Framework/Toolbox/OrthancSlicesLoader.h"
31 #include "../Framework/Volumes/ImageBuffer3D.h" 30 #include "../Framework/Volumes/ImageBuffer3D.h"