From 1e30b4a4bcb59693fe4af129967ec84aa0005a40 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 31 May 2011 12:11:51 +0000 Subject: [PATCH] Add comments --- .../src/bbmySamplePackagemySampleBoxWithITK.h | 2 ++ 1 file changed, 2 insertions(+) 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. // -- 2.45.1