X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkRescaleSlopeIntercept.h;h=72b9e9104cc9fc68573ad40cb5ed8e7f5f673483;hb=ba904093f24f1b5d7689ca915de23183b9029ba4;hp=77ef177c41e03ed62157579604307d49bb053580;hpb=14189ed780b04433c6e4853a232198e82607c8d6;p=bbtk.git diff --git a/packages/vtk/src/bbvtkRescaleSlopeIntercept.h b/packages/vtk/src/bbvtkRescaleSlopeIntercept.h index 77ef177..72b9e91 100644 --- a/packages/vtk/src/bbvtkRescaleSlopeIntercept.h +++ b/packages/vtk/src/bbvtkRescaleSlopeIntercept.h @@ -34,6 +34,7 @@ #include "bbtkAtomicBlackBox.h" #include "iostream" +#include "vtkVersion.h" #include "vtkImageData.h" #include #include @@ -59,8 +60,7 @@ class bbvtk_EXPORT RescaleSlopeIntercept BBTK_DECLARE_OUTPUT(Out,vtkImageData*); BBTK_PROCESS(Process); void Process(); - - int outputformat; + vtkImageShiftScale *filter1; vtkImageShiftScale *filter2; vtkImageChangeInformation *mchange;