comparison Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h @ 1836:2faa2abbf311

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Nov 2015 17:40:25 +0100
parents b1a6f49b21dd
children 859224214616
comparison
equal deleted inserted replaced
1835:323dd6402933 1836:2faa2abbf311
43 43
44 unsigned int GetHeight() const; 44 unsigned int GetHeight() const;
45 45
46 unsigned int GetFramesCount() const; 46 unsigned int GetFramesCount() const;
47 47
48 double GetSlope() const;
49
50 double GetIntercept() const;
51
52 double GetColumnPixelSpacing() const;
53
54 double GetRowPixelSpacing() const;
55
48 static size_t GetBytesPerPixel(OrthancPluginPixelFormat format); 56 static size_t GetBytesPerPixel(OrthancPluginPixelFormat format);
49 57
50 OrthancPluginImage* Decode(OrthancPluginContext* context, 58 OrthancPluginImage* Decode(OrthancPluginContext* context,
51 unsigned int frameIndex) const; 59 unsigned int frameIndex) const;
52 }; 60 };