From: jean-pierre roux Date: Tue, 31 May 2011 12:11:51 +0000 (+0000) Subject: Add comments X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1e30b4a4bcb59693fe4af129967ec84aa0005a40;p=crea.git Add comments --- diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h index b0532e4..c2c36f6 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h @@ -17,6 +17,8 @@ // // 3. In the .h file of your box, don't forget: // 3.1. Define the DIM and the TYPE of the images +// (Comment out the BBTK_ITK_IMAGE_DIM_xxx +// and the BBTK_ITK_IMAGE_TYPE_xxx_t you don't need) // 3.2. Define the ProcessTemplate method with the // BBTK_TEMPLATE_ITK_IMAGE_SWITCH mechanism. //