X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkRescaleSlopeIntercept.h;h=140a0cf3a36f0d334446882ab401e96c99236018;hb=dd84f147fb40d2d98ea5f915081c8be0352f7ed1;hp=e78296372a5cdf8275c60b9723cab578ae1ac4b0;hpb=5aadf601c2cac6a4b998840f66fef9ba26ae67cd;p=bbtk.git diff --git a/packages/vtk/src/bbvtkRescaleSlopeIntercept.h b/packages/vtk/src/bbvtkRescaleSlopeIntercept.h index e782963..140a0cf 100644 --- a/packages/vtk/src/bbvtkRescaleSlopeIntercept.h +++ b/packages/vtk/src/bbvtkRescaleSlopeIntercept.h @@ -8,6 +8,9 @@ #include "iostream" #include "vtkImageData.h" +#include +#include + 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.. //=====