comparison Framework/Layers/DicomSeriesVolumeSlicer.h @ 402:72355b637945

removed VolumeSlicerBase
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 10 Nov 2018 12:34:45 +0100
parents ed7146fa2c98
children f87f28624b96 b70e9be013e4
comparison
equal deleted inserted replaced
401:f1c769b3a5c2 402:72355b637945
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "VolumeSlicerBase.h" 24 #include "IVolumeSlicer.h"
25 #include "../Toolbox/IWebService.h" 25 #include "../Toolbox/IWebService.h"
26 #include "../Toolbox/OrthancSlicesLoader.h" 26 #include "../Toolbox/OrthancSlicesLoader.h"
27 #include "../Toolbox/OrthancApiClient.h" 27 #include "../Toolbox/OrthancApiClient.h"
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 // this class is in charge of loading a Frame. 31 // this class is in charge of loading a Frame.
32 // once it's been loaded (first the geometry and then the image), 32 // once it's been loaded (first the geometry and then the image),
33 // messages are sent to observers so they can use it 33 // messages are sent to observers so they can use it
34 class DicomSeriesVolumeSlicer : 34 class DicomSeriesVolumeSlicer :
35 public VolumeSlicerBase, 35 public IVolumeSlicer,
36 public IObserver 36 public IObserver
37 //private OrthancSlicesLoader::ISliceLoaderObserver 37 //private OrthancSlicesLoader::ISliceLoaderObserver
38 { 38 {
39 public: 39 public:
40 // TODO: Add "frame" and "instanceId" 40 // TODO: Add "frame" and "instanceId"