X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FNewProject%2Fbbtk_mySamplePackage_PKG%2Fsrc%2FbbmySamplePackagemySampleBoxWithITK.cxx;h=43453ef210aaa7eb81e8657b45cbf2d38548455e;hb=385dfcf0a7db6e364b35257f2009ae7b65c7b51f;hp=fc9cd4873265d9761e4f96f7e8ea232727d5fa88;hpb=1d1f64574cda7427057b0ba358cfbb6e53043ab3;p=crea.git diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx index fc9cd48..43453ef 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx @@ -8,8 +8,8 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithITK) BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox); // -// The method void mySampleBoxWithITK::Process() -// have a Template mechanisme and is implemented in the .h file +// The method mySampleBoxWithITK::Process() +// has a Template mechanism and is implemented in the .h file // @@ -17,7 +17,7 @@ void mySampleBoxWithITK::bbUserSetDefaultValues() { // SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX -// Here we initialize the input 'In' to 0 +// Here we initialize the inputs 'Lower' and 'Upper' mOutput = 0; bbSetInputLower(200); @@ -44,4 +44,3 @@ void mySampleBoxWithITK::bbUserFinalizeProcessing() } // EO namespace bbmySamplePackage -