comparison Framework/Toolbox/OrthancSlicesLoader.h @ 120:063f7f3d9f14 wasm

fix 3d locations of the doses
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 15:51:34 +0200
parents 42c05a3baee3
children e2fe9352f240
comparison
equal deleted inserted replaced
119:ba83e38cf3ff 120:063f7f3d9f14
116 size_t index); 116 size_t index);
117 117
118 void ScheduleSliceImageJpeg(const Slice& slice, 118 void ScheduleSliceImageJpeg(const Slice& slice,
119 size_t index, 119 size_t index,
120 SliceImageQuality quality); 120 SliceImageQuality quality);
121
122 void SortAndFinalizeSlices();
121 123
122 public: 124 public:
123 OrthancSlicesLoader(ICallback& callback, 125 OrthancSlicesLoader(ICallback& callback,
124 IWebService& orthanc); 126 IWebService& orthanc);
125 127