comparison Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.cpp @ 1339:556b4bc19118 broker

The loaders have been adapter to the nobroker architecture and have been put back in the regular source files
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 03 Apr 2020 16:47:46 +0200
parents b1396be5aa27
children b497e1217aa5
comparison
equal deleted inserted replaced
1338:1b24f6b06408 1339:556b4bc19118
19 **/ 19 **/
20 20
21 21
22 #include "OrthancSeriesVolumeProgressiveLoader.h" 22 #include "OrthancSeriesVolumeProgressiveLoader.h"
23 23
24 #include "../../StoneException.h" 24 #include "../StoneException.h"
25 #include "../../Loaders/ILoadersContext.h" 25 #include "../Loaders/ILoadersContext.h"
26 #include "../../Loaders/BasicFetchingItemsSorter.h" 26 #include "../Loaders/BasicFetchingItemsSorter.h"
27 #include "../../Loaders/BasicFetchingStrategy.h" 27 #include "../Loaders/BasicFetchingStrategy.h"
28 #include "../../Toolbox/GeometryToolbox.h" 28 #include "../Toolbox/GeometryToolbox.h"
29 #include "../../Volumes/DicomVolumeImageMPRSlicer.h" 29 #include "../Volumes/DicomVolumeImageMPRSlicer.h"
30 30
31 #include <Core/Images/ImageProcessing.h> 31 #include <Core/Images/ImageProcessing.h>
32 #include <Core/OrthancException.h> 32 #include <Core/OrthancException.h>
33 33
34 namespace OrthancStone 34 namespace OrthancStone