changeset 1839:7f68b04c79e8

getter for context
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 18:17:31 +0100
parents 2137df64a64c
children 859224214616
files Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Fri Nov 27 18:00:42 2015 +0100
+++ b/Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h	Fri Nov 27 18:17:31 2015 +0100
@@ -48,6 +48,11 @@
 
     ~OrthancImageWrapper();
 
+    OrthancPluginContext* GetContext()
+    {
+      return context_;
+    }
+
     OrthancPluginImage* Release();
 
     uint32_t GetWidth();