]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx
re indent
[crea.git] / appli / creaNewProject / NewProject / bbtk_mySamplePackage_PKG / src / bbmySamplePackagemySampleBoxWithVTK.cxx
index 9ed332ee605204faa993e35a40c6c136a722baa3..087608ea59434dc64e071d7add57c67799ceca0d 100644 (file)
@@ -21,10 +21,10 @@ void mySampleBoxWithVTK::Process()
 //      (the one provided in the attribute 'name' of the tag 'input')
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
-       
-       myVtkPipeline.SetImage( bbGetInputIn() );
-       myVtkPipeline.SetThresholdBetween(  bbGetInputLower() , bbGetInputUpper() );
-       myVtkPipeline.Execute();
+
+    myVtkPipeline.SetImage( bbGetInputIn() );
+    myVtkPipeline.SetThresholdBetween(  bbGetInputLower(), bbGetInputUpper() );
+    myVtkPipeline.Execute();
     bbSetOutputOut( myVtkPipeline.GetResult() );
   
 }