]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkRescaleSlopeIntercept.h
Move to "toolsbbtk" boxes that shouldn't be in "CreaMiniTool"
[bbtk.git] / packages / vtk / src / bbvtkRescaleSlopeIntercept.h
index e78296372a5cdf8275c60b9723cab578ae1ac4b0..140a0cf3a36f0d334446882ab401e96c99236018 100644 (file)
@@ -8,6 +8,9 @@
 #include "iostream"
 
 #include "vtkImageData.h"
+#include <vtkImageShiftScale.h>
+#include <vtkImageChangeInformation.h>
+
 
 
 namespace bbvtk
@@ -30,9 +33,10 @@ class bbvtk_EXPORT RescaleSlopeIntercept
   BBTK_PROCESS(Process);
   void Process();
        
-       int outputformat;
-       vtkImageData* imageoutput;
-       
+       int                                                     outputformat;
+       vtkImageShiftScale                      *filter;
+       vtkImageChangeInformation       *mchange;
+
 //===== 
 // Don't edit this file. This file is generated from xml description.. 
 //=====