comparison Framework/Layers/DicomSeriesVolumeSlicer.h @ 647:6af3099ed8da

uncoupling OrthancStone::SlicesSorter from OrthancStone::Slice
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 May 2019 17:03:46 +0200
parents f0008c55e5f7
children d2c0e347ddc2
comparison
equal deleted inserted replaced
646:b4fe9642e83b 647:6af3099ed8da
100 SliceImageQuality GetImageQuality() const 100 SliceImageQuality GetImageQuality() const
101 { 101 {
102 return quality_; 102 return quality_;
103 } 103 }
104 104
105 size_t GetSliceCount() const 105 size_t GetSlicesCount() const
106 { 106 {
107 return loader_.GetSliceCount(); 107 return loader_.GetSlicesCount();
108 } 108 }
109 109
110 const Slice& GetSlice(size_t slice) const 110 const Slice& GetSlice(size_t slice) const
111 { 111 {
112 return loader_.GetSlice(slice); 112 return loader_.GetSlice(slice);