diff Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h @ 1837:fbc5522023aa

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 17:56:16 +0100
parents b1a6f49b21dd
children b1291df2f780
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Fri Nov 27 17:40:25 2015 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmDecoderCache.h	Fri Nov 27 17:56:16 2015 +0100
@@ -21,6 +21,7 @@
 #pragma once
 
 #include "GdcmImageDecoder.h"
+#include "OrthancImageWrapper.h"
 
 #include <boost/thread.hpp>
 
@@ -44,9 +45,9 @@
     {
     }
 
-    OrthancPluginImage* Decode(OrthancPluginContext* context,
-                               const void* dicom,
-                               const uint32_t size,
-                               uint32_t frameIndex);
+    OrthancImageWrapper* Decode(OrthancPluginContext* context,
+                                const void* dicom,
+                                const uint32_t size,
+                                uint32_t frameIndex);
   };
 }