]> Creatis software - creaRigidRegistration.git/blobdiff - lib/Convolution.h
*** empty log message ***
[creaRigidRegistration.git] / lib / Convolution.h
index 5de8819ca6ddef29cb51df2e4fb5f2b56061fcc9..3be90f828cf89ef10b4d452569c2b73bf3d0639c 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,6 @@ class Convolution
 
                //Casting Filter
                vtkImageCast *_cast;
-};
 
+               bool _on;
+};
\ No newline at end of file