]> Creatis software - crea.git/commitdiff
re indent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 12:08:59 +0000 (12:08 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 12:08:59 +0000 (12:08 +0000)
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() );
   
 }