diff Framework/Volumes/VolumeImage.h @ 32:517c46f527cd

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2016 11:00:23 +0100
parents 351ab0da0150
children 6465fbd23bce
line wrap: on
line diff
--- a/Framework/Volumes/VolumeImage.h	Fri Dec 16 15:41:20 2016 +0100
+++ b/Framework/Volumes/VolumeImage.h	Mon Dec 19 11:00:23 2016 +0100
@@ -64,16 +64,16 @@
 
 
   private:
-    std::auto_ptr<ISeriesLoader>         loader_;
-    std::auto_ptr<ImageBuffer3D>         buffer_;
-    std::vector<boost::thread*>          threads_;
-    bool                                 started_;
-    bool                                 continue_;
-    ObserversRegistry<ISliceableVolume>  observers_;
-    bool                                 loadingComplete_;
-    MessagingToolbox::Timestamp          lastUpdate_;
-    std::auto_ptr<DicomDataset>          referenceDataset_;
-    std::auto_ptr<IDownloadPolicy>       policy_;
+    std::auto_ptr<ISeriesLoader>                  loader_;
+    std::auto_ptr<ImageBuffer3D>                  buffer_;
+    std::vector<boost::thread*>                   threads_;
+    bool                                          started_;
+    bool                                          continue_;
+    ObserversRegistry<ISliceableVolume>           observers_;
+    bool                                          loadingComplete_;
+    MessagingToolbox::Timestamp                   lastUpdate_;
+    std::auto_ptr<OrthancPlugins::IDicomDataset>  referenceDataset_;
+    std::auto_ptr<IDownloadPolicy>                policy_;
     
     std::auto_ptr<ParallelSlices>        axialGeometry_;
     std::auto_ptr<ParallelSlices>        coronalGeometry_;