comparison Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h @ 1444:687457d4018f loader-injection-feature

Getter for slice processor
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 26 May 2020 12:11:18 +0200
parents 60e30d73e2aa
children dad6a2fe6fc7
comparison
equal deleted inserted replaced
1443:60e30d73e2aa 1444:687457d4018f
155 { 155 {
156 // this will delete the previously stored slice processor, if any 156 // this will delete the previously stored slice processor, if any
157 slicePostProcessor_ = slicePostProcessor; 157 slicePostProcessor_ = slicePostProcessor;
158 } 158 }
159 159
160 boost::shared_ptr<ISlicePostProcessor> GetDicomSlicePostProcessor()
161 {
162 // this could be empty!
163 return slicePostProcessor_;
164 }
165
160 bool IsVolumeImageReadyInHighQuality() const 166 bool IsVolumeImageReadyInHighQuality() const
161 { 167 {
162 return volumeImageReadyInHighQuality_; 168 return volumeImageReadyInHighQuality_;
163 } 169 }
164 170