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