]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/ImageFillByPlane2.bbs
#3418 merge vtk8itk5wx3-mingw64
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / ImageFillByPlane2.bbs
diff --git a/bbtk_package_creaMiniTools/bbs/boxes/ImageFillByPlane2.bbs b/bbtk_package_creaMiniTools/bbs/boxes/ImageFillByPlane2.bbs
new file mode 100644 (file)
index 0000000..cf8d9be
--- /dev/null
@@ -0,0 +1,78 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/davila/Creatis/C10/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/ImageFillByPlane2.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include creaMiniTools
+include std
+include vtk
+
+define ImageFillByPlane2 creaMiniTools
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new creaMiniTools:ImageFillByPlane Box00
+  set Box00.dir "0"
+  set Box00.typeReadMHDPlane "0"
+
+new creaMiniTools:ImageFillByPlane Box01
+  set Box01.dir "1"
+
+new creaMiniTools:ImageFillByPlane Box02
+  set Box02.dir "2"
+
+new std:MagicBox Box03
+
+new std:MagicBox Box04
+
+new vtk:vtkImageDataPointerRelay Box07
+
+new std:MagicBox Box08
+
+new std:MagicBox Box09
+
+new std:MagicBox Box10
+
+new std:ConcatStrings Box11
+
+
+connect Box04.Out Box01.dimsize
+connect Box04.Out Box00.dimsize
+connect Box04.Out Box02.dimsize
+connect Box07.Out Box02.image
+connect Box07.Out Box01.image
+connect Box07.Out Box00.image
+connect Box08.Out Box02.point
+connect Box08.Out Box01.point
+connect Box08.Out Box00.point
+connect Box09.Out Box00.typeReadMHDPlane
+connect Box09.Out Box01.typeReadMHDPlane
+connect Box09.Out Box02.typeReadMHDPlane
+connect Box10.Out Box02.widthSlice
+connect Box10.Out Box01.widthSlice
+connect Box10.Out Box00.widthSlice
+connect Box11.Out Box00.filename
+connect Box11.Out Box01.filename
+connect Box11.Out Box02.filename
+connect Box03.BoxChange Box00.boxexecute
+connect Box03.BoxChange Box01.boxexecute
+connect Box03.BoxChange Box02.boxexecute
+
+# Complex input ports
+input _dimsize Box04.In " "
+input _image Box07.In " "
+input _point Box08.In " "
+input _typeReadMHDPlane Box09.In " "
+input _widthSlice Box10.In " "
+input _fillename Box11.In1 " "
+input _boxexecute Box03.BoxExecute " "
+
+# Complex output ports
+
+
+endefine