# HG changeset patch # User Sebastien Jodogne # Date 1448644651 -3600 # Node ID 7f68b04c79e8aca6563e135b834e2bc8b3e13974 # Parent 2137df64a64caa4e3abae02fc79c257599f01ef8 getter for context diff -r 2137df64a64c -r 7f68b04c79e8 Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h --- 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();