]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkBinaryOperations.cxx
Clean code
[bbtk.git] / packages / vtk / src / bbvtkBinaryOperations.cxx
index 194b3984c530a1b141a601321eee8972cdc54f11..d6812aee9de8c3cbcb29190a902e23185784c106 100644 (file)
@@ -47,7 +47,6 @@ void BinaryOperations::Process()
     //    * TYPE is the C++ type of the input/output
     //      (the one provided in the attribute 'type' of the tag 'input')
     
-    
     if (bbGetInputIn1() == NULL)
     {
         printf( "EED Warning!!!  (%s)  BinaryOperations::Process  Set In1 at least", bbGetFullName().c_str() );
@@ -61,7 +60,6 @@ void BinaryOperations::Process()
         ope = NULL;
     } // if
     ope = vtkImageMathematics::New();
-
     
     //EED 2017-01-01 Migration VTK7
 #if (VTK_MAJOR_VERSION <= 5) 
@@ -129,7 +127,6 @@ void BinaryOperations::Process()
     // bbSignalOutputModification();
 }
 
-
 void BinaryOperations::bbUserSetDefaultValues()
 {
     //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX
@@ -141,7 +138,6 @@ void BinaryOperations::bbUserSetDefaultValues()
     ope = NULL;
 }
 
-
 void BinaryOperations::bbUserInitializeProcessing()
 {
     //  THE INITIALIZATION METHOD BODY :