From: jean-pierre roux Date: Tue, 31 May 2011 12:08:59 +0000 (+0000) Subject: re indent X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=850048a752edb352afa14942b6b27db4b98d4683;p=crea.git re indent --- diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx index 9ed332e..087608e 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx @@ -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() ); }