diff 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
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Fri Nov 27 12:54:54 2015 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Fri Nov 27 17:40:25 2015 +0100
@@ -45,6 +45,14 @@
 
     unsigned int GetFramesCount() const;
 
+    double GetSlope() const;
+
+    double GetIntercept() const;
+
+    double GetColumnPixelSpacing() const;
+
+    double GetRowPixelSpacing() const;    
+
     static size_t GetBytesPerPixel(OrthancPluginPixelFormat format);
 
     OrthancPluginImage* Decode(OrthancPluginContext* context,