comparison Framework/Loaders/LoaderCache.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 e92c516adcbd
comparison
equal deleted inserted replaced
1338:1b24f6b06408 1339:556b4bc19118
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "../Messages/LockingEmitter.h" 23 #include "../Volumes/DicomVolumeImageMPRSlicer.h"
24 #include "../../Volumes/DicomVolumeImageMPRSlicer.h"
25 #include "OrthancSeriesVolumeProgressiveLoader.h" 24 #include "OrthancSeriesVolumeProgressiveLoader.h"
26 #include "OrthancMultiframeVolumeLoader.h" 25 #include "OrthancMultiframeVolumeLoader.h"
27 #include "DicomStructureSetLoader.h" 26 #include "DicomStructureSetLoader.h"
28 27
29 #include <boost/shared_ptr.hpp> 28 #include <boost/shared_ptr.hpp>