Mercurial > hg > orthanc
comparison Plugins/Samples/GdcmDecoder/OrthancImageWrapper.h @ 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 |
comparison
equal
deleted
inserted
replaced
1838:2137df64a64c | 1839:7f68b04c79e8 |
---|---|
46 GdcmImageDecoder& decoder, | 46 GdcmImageDecoder& decoder, |
47 unsigned int frameIndex); | 47 unsigned int frameIndex); |
48 | 48 |
49 ~OrthancImageWrapper(); | 49 ~OrthancImageWrapper(); |
50 | 50 |
51 OrthancPluginContext* GetContext() | |
52 { | |
53 return context_; | |
54 } | |
55 | |
51 OrthancPluginImage* Release(); | 56 OrthancPluginImage* Release(); |
52 | 57 |
53 uint32_t GetWidth(); | 58 uint32_t GetWidth(); |
54 | 59 |
55 uint32_t GetHeight(); | 60 uint32_t GetHeight(); |