]> Creatis software - crea.git/commitdiff
Add comments
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 12:11:51 +0000 (12:11 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 31 May 2011 12:11:51 +0000 (12:11 +0000)
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h

index b0532e414c57d71689cf9e57a1f307ee462515bf..c2c36f6af2290bf4bc708c3792f829c4aef61ab3 100644 (file)
@@ -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.
 //