comparison Framework/Loaders/OrthancMultiframeVolumeLoader.h @ 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 f4a06ad1580b
comparison
equal deleted inserted replaced
1338:1b24f6b06408 1339:556b4bc19118
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "LoaderStateMachine.h" 24 #include "LoaderStateMachine.h"
25 #include "../../Volumes/DicomVolumeImage.h" 25 #include "../Volumes/DicomVolumeImage.h"
26 #include "../Volumes/IGeometryProvider.h" 26 #include "../Volumes/IGeometryProvider.h"
27 27
28 #include <boost/shared_ptr.hpp> 28 #include <boost/shared_ptr.hpp>
29 29
30 namespace OrthancStone 30 namespace OrthancStone