]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkRescaleSlopeIntercept.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkRescaleSlopeIntercept.h
index 77ef177c41e03ed62157579604307d49bb053580..72b9e9104cc9fc68573ad40cb5ed8e7f5f673483 100644 (file)
@@ -34,6 +34,7 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
+#include "vtkVersion.h"
 #include "vtkImageData.h"
 #include <vtkImageShiftScale.h>
 #include <vtkImageChangeInformation.h>
@@ -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;