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