Mercurial > hg > orthanc-stone
changeset 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 | 04d0c25819c3 |
files | Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h Tue May 26 11:56:16 2020 +0200 +++ b/Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h Tue May 26 12:11:18 2020 +0200 @@ -157,6 +157,12 @@ slicePostProcessor_ = slicePostProcessor; } + boost::shared_ptr<ISlicePostProcessor> GetDicomSlicePostProcessor() + { + // this could be empty! + return slicePostProcessor_; + } + bool IsVolumeImageReadyInHighQuality() const { return volumeImageReadyInHighQuality_;