diff Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h @ 1840:859224214616

simplification of the sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2015 10:34:04 +0100
parents 2faa2abbf311
children b1291df2f780
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Fri Nov 27 18:17:31 2015 +0100
+++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.h	Mon Nov 30 10:34:04 2015 +0100
@@ -45,14 +45,6 @@
 
     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,