]> Creatis software - bbtk.git/blobdiff - packages/itk/bbs/appli/ImageInfo.bbs
FileReader : input 'Filename' is now 'In'
[bbtk.git] / packages / itk / bbs / appli / ImageInfo.bbs
index 335178d650ae1a1f5171b7bb2f11da872022aba1..da1f3e821a65ef30575c804fe3da75ba6cc3ea1a 100644 (file)
@@ -13,12 +13,12 @@ new ImageReader reader
 include std/boxes/bbPrependDataPath
 new PrependDataPath pdp
 set pdp.In "thorax.hdr"
-#connect pdp.Out reader.Filename
+#connect pdp.Out reader.In
 
 # Allow user to specify his own image, in GUI mode (-g option)
 #---------------------------------------------------------------
-set reader.Filename "hola.mhd"
-input I reader.Filename "Input image file"
+set reader.In "hola.mhd"
+input I reader.In "Input image file"
 
 new ImageProperties P
 connect reader.Out P.In