X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageImageConvolution.cxx;h=d4ce2be488e8e58a9d9d8de92e43d01a1eb553eb;hb=3707df370a2c5b61006233977fb91c5652e0ffea;hp=e57aedc2059fcc30d11d7ed6507e8076b80bbea8;hpb=9c2347c406ff902952cad52796523e6524b210cf;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageImageConvolution.cxx b/PackRecalage/src/bbPackRecalageImageConvolution.cxx index e57aedc..d4ce2be 100644 --- a/PackRecalage/src/bbPackRecalageImageConvolution.cxx +++ b/PackRecalage/src/bbPackRecalageImageConvolution.cxx @@ -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