X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FNewProject%2Fbbtk_mySamplePackage_PKG%2Fsrc%2FbbmySamplePackagemySampleBoxWithVTK.cxx;h=087608ea59434dc64e071d7add57c67799ceca0d;hb=f4e2dd1f4b7169797a99cf28ba832c1ef4a5b4d4;hp=9ed332ee605204faa993e35a40c6c136a722baa3;hpb=42c7d63dc7322311c2d2169796c5706ecbac0e2a;p=crea.git 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() ); }