X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fbbs%2Fboxes%2FImageWriteB.bbs;h=7962700c1fef8a81dfea69e3d402e8c5793449c5;hb=693adbbdf002a39858d73a741ff0477ecf7fa0da;hp=c4a64a75e68fb49d899ec296788ef331ca4c168e;hpb=b7b0a13b53f02c107951c2561ce54c6b7db33684;p=creaWT.git diff --git a/wt/bbtk_wt_PKG/bbs/boxes/ImageWriteB.bbs b/wt/bbtk_wt_PKG/bbs/boxes/ImageWriteB.bbs index c4a64a7..7962700 100644 --- a/wt/bbtk_wt_PKG/bbs/boxes/ImageWriteB.bbs +++ b/wt/bbtk_wt_PKG/bbs/boxes/ImageWriteB.bbs @@ -16,31 +16,36 @@ description "Description ??" category "" -new ConcatStrings Box00 +new std:ConcatStrings Box00 set Box00.In1 "hola" set Box00.In3 ".nii" -new ImageWriter Box01 +new itk:ImageWriter Box01 -new GetConfigServerWt Box02 +new wt:GetConfigServerWt Box02 -new RandomString Box03 +new std:RandomString Box03 -new ConcatStrings Box04 +new std:ConcatStrings Box04 set Box04.In1 "imagesTMP/" -new ConcatStrings Box05 +new std:ConcatStrings Box05 set Box05.In2 "/" +new std:MagicBox Box06 + connect Box00.Out Box04.In2 connect Box02.DocRoot Box05.In1 connect Box04.Out Box05.In3 connect Box05.Out Box01.Filename connect Box03.Out Box00.In2 +connect Box06.BoxChange Box04.BoxExecute +connect Box06.BoxChange Box01.BoxExecute # Complex input ports input Image Box01.In " " +input boxExecute Box06.In " " # Complex output ports output FileName Box04.Out " "