diff Framework/Toolbox/OrthancSeriesLoader.h @ 31:9aace933cb64

sharing code with the Orthanc core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Dec 2016 15:41:20 +0100
parents 351ab0da0150
children 517c46f527cd
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSeriesLoader.h	Wed Dec 14 17:05:41 2016 +0100
+++ b/Framework/Toolbox/OrthancSeriesLoader.h	Fri Dec 16 15:41:20 2016 +0100
@@ -48,17 +48,17 @@
     class Slice;
     class SetOfSlices;
 
-    IOrthancConnection&             orthanc_;
-    boost::shared_ptr<SetOfSlices>  slices_;
-    ParallelSlices                  geometry_;
-    Orthanc::PixelFormat            format_;
-    unsigned int                    width_;
-    unsigned int                    height_;
+    OrthancPlugins::IOrthancConnection&  orthanc_;
+    boost::shared_ptr<SetOfSlices>       slices_;
+    ParallelSlices                       geometry_;
+    Orthanc::PixelFormat                 format_;
+    unsigned int                         width_;
+    unsigned int                         height_;
 
     void CheckFrame(const Orthanc::ImageAccessor& frame) const;
 
   public:
-    OrthancSeriesLoader(IOrthancConnection& orthanc,
+    OrthancSeriesLoader(OrthancPlugins::IOrthancConnection& orthanc,
                         const std::string& series);
     
     virtual Orthanc::PixelFormat GetPixelFormat()