]> Creatis software - creaRigidRegistration.git/blobdiff - lib/Convolution.h
\ No newline at end of file
[creaRigidRegistration.git] / lib / Convolution.h
index 5de8819ca6ddef29cb51df2e4fb5f2b56061fcc9..db8a2cc8ac2c7fa45cecba33ccb2def4dc7a1ee8 100644 (file)
@@ -17,6 +17,7 @@ class Convolution
                
                void setImage(vtkImageData *image);
                void setFactor(double factor);
+               void setOn(bool on);
 
                void Run();
                
@@ -34,5 +35,7 @@ class Convolution
 
                //Casting Filter
                vtkImageCast *_cast;
+
+               bool _on;
 };