]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageTransparencyBox.cxx
#3221 creaRigidRegistration Feature New Normal - vtk8itk4wx3-mingw64
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageTransparencyBox.cxx
index a1591545c92bc405362d8d2024eb0bd97a8479d8..4490a12cd9d1ddf5a7098df3fc7a173bf8c97dc3 100644 (file)
@@ -37,9 +37,9 @@ void TransparencyBox::Process()
        transparency->setImage2(bbGetInputIn2());
        transparency->setPercent(bbGetInputPercent());
        transparency->calculateImage();
-
        bbSetOutputOut(transparency->getImage());
 }
+
 void TransparencyBox::bbUserSetDefaultValues()
 {
        bbSetInputIn1(NULL);   
@@ -47,20 +47,20 @@ void TransparencyBox::bbUserSetDefaultValues()
        bbSetInputPercent(-1);
        bbSetOutputOut(NULL);
 }
+
 void TransparencyBox::bbUserInitializeProcessing()
 {
        transparency = new Transparency();
 }
+
 void TransparencyBox::bbUserFinalizeProcessing()
-{
+{ 
 //  THE FINALIZATION METHOD BODY : 
 //    Here does nothing  
 //    but this is where you should desallocate the internal/output pointers  
-//    if any 
-  
-}
+//    if any   
 }
-// EO namespace bbPackRecalage
+
+}// EO namespace bbPackRecalage