diff OrthancStone/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h @ 1755:1a775f4ee672

added ability to specify initial slice in BasicFetchingStrategy and using it in OrthancSeriesVolumeProgressiveLoader
author bgo@SHARKNADO.localdomain
date Mon, 26 Apr 2021 12:05:40 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h	Mon Apr 26 12:05:02 2021 +0200
+++ b/OrthancStone/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h	Mon Apr 26 12:05:40 2021 +0200
@@ -121,6 +121,7 @@
     ILoadersContext&                                loadersContext_;
     bool                                            active_;
     bool                                            progressiveQuality_;
+    bool                                            startCenter_;
     unsigned int                                    simultaneousDownloads_;
     SeriesGeometry                                  seriesGeometry_;
     boost::shared_ptr<DicomVolumeImage>             volume_;
@@ -154,6 +155,8 @@
 
     virtual ~OrthancSeriesVolumeProgressiveLoader();
 
+    void SetStartCenter(bool startCenter);
+
     void SetSimultaneousDownloads(unsigned int count);
 
     /**