]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkRescaleSlopeIntercept.h
#2981 BBTK Feature New Normal - FormatOutput of filters in string
[bbtk.git] / packages / vtk / src / bbvtkRescaleSlopeIntercept.h
index 77ef177c41e03ed62157579604307d49bb053580..10d67b9db4a2146b9d5557a92a80caeeffe91ac0 100644 (file)
@@ -59,8 +59,7 @@ class bbvtk_EXPORT RescaleSlopeIntercept
   BBTK_DECLARE_OUTPUT(Out,vtkImageData*);
   BBTK_PROCESS(Process);
   void Process();
-       
-       int                                                     outputformat;
+
        vtkImageShiftScale                      *filter1;
        vtkImageShiftScale                      *filter2;
        vtkImageChangeInformation       *mchange;