]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageImageConvolution.cxx
*** empty log message ***
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageImageConvolution.cxx
index e57aedc2059fcc30d11d7ed6507e8076b80bbea8..d4ce2be488e8e58a9d9d8de92e43d01a1eb553eb 100644 (file)
@@ -11,6 +11,7 @@ void ImageConvolution::Process()
        {
                convolution->setImage(bbGetInputIn());
                convolution->setFactor(bbGetInputFactor());
+               convolution->setOn(bbGetInputOn());
                convolution->Run();
                bbSetOutputOut(convolution->getImage());
        }
@@ -21,6 +22,7 @@ void ImageConvolution::bbUserSetDefaultValues()
        bbSetInputIn(NULL);
        bbSetOutputOut(NULL);
        bbSetInputFactor(5.0);
+       bbSetInputOn(false);
 }
 
 void ImageConvolution::bbUserInitializeProcessing()
@@ -30,14 +32,6 @@ void ImageConvolution::bbUserInitializeProcessing()
 void ImageConvolution::bbUserFinalizeProcessing()
 {
        delete convolution;
-//  THE FINALIZATION METHOD BODY : 
-//    Here does nothing  
-//    but this is where you should desallocate the internal/output pointers  
-//    if any 
-  
 }
 }
-// EO namespace bbPackRecalage
-
-
+// EO namespace bbPackRecalage
\ No newline at end of file