diff CppClient/Series.h @ 7:39730d6727f3

public enumerations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 10:34:41 +0200
parents c584c25a74fd
children e59bf2554e59
line wrap: on
line diff
--- a/CppClient/Series.h	Tue Jun 02 10:22:49 2015 +0200
+++ b/CppClient/Series.h	Tue Jun 02 10:34:41 2015 +0200
@@ -81,7 +81,7 @@
     virtual Orthanc::IDynamicObject* GetFillerItem(size_t index);
 
     void Load3DImageInternal(void* target,
-                             Orthanc::PixelFormat format,
+                             PixelFormat format,
                              size_t lineStride,
                              size_t stackStride,
                              ThreadedCommandProcessor::IListener* listener);
@@ -195,7 +195,7 @@
     float GetSliceThickness();
 
     LAAW_API_INTERNAL void Load3DImage(void* target,
-                                       Orthanc::PixelFormat format,
+                                       PixelFormat format,
                                        int64_t lineStride,
                                        int64_t stackStride,
                                        ThreadedCommandProcessor::IListener& listener)
@@ -213,7 +213,7 @@
      * {param}{stackStride The number of bytes between two 2D slices in the target memory buffer.}
      **/
     void Load3DImage(void* target,
-                     Orthanc::PixelFormat format,
+                     PixelFormat format,
                      int64_t lineStride,
                      int64_t stackStride)
     {
@@ -231,7 +231,7 @@
      * {param}{progress A pointer to a floating-point number that is continuously updated by the download threads to reflect the percentage of completion (between 0 and 1). This value can be read from a separate thread.}
      **/
     void Load3DImage(void* target,
-                     Orthanc::PixelFormat format,
+                     PixelFormat format,
                      int64_t lineStride,
                      int64_t stackStride,
                      float* progress);