]> Creatis software - creaVtk.git/commitdiff
Merge branch 'vtk9itk5wx3-macos' of ssh://git.creatis.insa-lyon.fr/creaVtk into vtk9i...
authorEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Fri, 7 Oct 2022 14:52:12 +0000 (16:52 +0200)
committerEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Fri, 7 Oct 2022 14:52:12 +0000 (16:52 +0200)
bbtk_creaVtk_PKG/src/bbcreaVtkMeshDeformation.cxx

index 760d70b5a7c17ccfa806772b4e9d5cc3b90fa6bb..64febafa88456256fcc750fed63793a4fc19f49b 100644 (file)
@@ -28,6 +28,7 @@ void MeshDeformation::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
 
+
     std::vector<double> lstCenter = bbGetInputCenter();
 
     double  s   = bbGetInputS();
@@ -154,6 +155,7 @@ void MeshDeformation::bbUserSetDefaultValues()
     backLstCenter.push_back(0);
     backLstCenter.push_back(0);
 }
+
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
@@ -167,19 +169,18 @@ void MeshDeformation::bbUserInitializeProcessing()
 
   
 }
+
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
 //===== 
 void MeshDeformation::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
 //    if any
-  
-}
 }
-// EO namespace bbcreaVtk
+
+}// EO namespace bbcreaVtk