]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs
#2945 creaVtk Feature New Normal - ImageSlab box in creaVtk package
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / Slab_Interface-01.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs b/bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs
new file mode 100644 (file)
index 0000000..7aca4b0
--- /dev/null
@@ -0,0 +1,68 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include wx
+include std
+
+define Slab-Interface-01 creaVtk
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new wx:Slider Box75
+  set Box75.In "0"
+  set Box75.Max "5"
+  set Box75.ReactiveOnTrack "true"
+
+new wx:ComboBox Box76
+  set Box76.In "Mean Sum Min Max"
+
+new wx:LayoutLine Box77
+  set Box77.Orientation "H"
+
+new wx:OutputText Box78
+  set Box78.In "22"
+
+new std:MathOperation Box79
+  set Box79.In2 "2"
+  set Box79.Type "2"
+
+new std:MathOperation Box80
+  set Box80.In2 "1"
+
+new std:MathOperation Box84
+  set Box84.Type "1"
+
+new std:MultipleInputs Box91
+
+
+connect Box76.Widget Box77.Widget1
+connect Box75.Widget Box77.Widget2
+connect Box78.Widget Box77.Widget3
+connect Box75.Out Box79.In1
+connect Box79.Out Box80.In1
+connect Box80.Out Box78.In
+connect Box75.BoxChange Box78.BoxExecute
+connect Box75.Out Box84.In2
+connect Box76.BoxChange Box91.In1
+connect Box75.BoxChange Box91.In2
+
+# Complex input ports
+input SliceIn Box84.In1 " "
+
+# Complex output ports
+output widget Box77.Widget " "
+output NewSlice Box84.Out " "
+output size Box80.Out " "
+output Boxchange Box91.BoxChange " "
+output type Box76.Out " "
+
+message    
+
+endefine