]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/bbs/boxes/ImageWriteB.bbs
#3040 creaWT Bug New Normal - box ViewerWeb update
[creaWT.git] / wt / bbtk_wt_PKG / bbs / boxes / ImageWriteB.bbs
index c4a64a75e68fb49d899ec296788ef331ca4c168e..7962700c1fef8a81dfea69e3d402e8c5793449c5 100644 (file)
@@ -16,31 +16,36 @@ description "Description ??"
 
 category "<VOID>"
 
-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 " "