]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
#3770 window color level reset base viewer 2D
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget_base_interface_3Dp.bbs
index d04c9a4809d1f1e1c7dbc0214b0d7a57fb51066b..ac68d00f982a27e66659f1ed05c6e5603df10372 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
-# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
-# - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
+# - BBTKGEditor v 1.6 BBS BlackBox Script (Complex Box)
+# - /Users/davila/Creatis/C23/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
 # ----------------------------------
 
 include std
@@ -15,35 +15,55 @@ description "Description ??"
 
 category "<VOID>"
 
-new Slider Box01
-  set Box01.In "0"
-  set Box01.Max "100"
-  set Box01.Min "0"
-  set Box01.ReactiveOnTrack "1"
+new wx:Slider Box01
+  set Box01.In "-12000"
+  set Box01.Label "true"
+  set Box01.Max "12000"
+  set Box01.Min "-12000"
+  set Box01.ReactiveOnTrack "false"
   set Box01.Title "Convolution Factor"
 
-new CheckBox Box02
-  set Box02.In "True"
+new wx:CheckBox Box02
+  set Box02.In "False"
 
-new MultipleInputs Box03
+new std:MultipleInputs Box03
 
-new LayoutSplit Box05
+new wx:LayoutSplit Box05
   set Box05.Orientation "H"
   set Box05.Proportion "10"
 
+new std:Div Box06
+  set Box06.In2 "100"
+
+new std:StringSelect Box07
+  set Box07.In0 "80"
+  set Box07.In1 "4300"
+
+new std:StringSelect Box08
+  set Box08.In0 "380"
+  set Box08.In1 "10800"
+
+new std:ConcatStrings Box09
+  set Box09.In2 "  "
+
 
 connect Box02.BoxChange Box03.In3
 connect Box01.BoxChange Box03.In2
 connect Box02.Widget Box05.Widget2
 connect Box01.Widget Box05.Widget1
+connect Box01.Out Box06.In1
+connect Box02.Out Box07.In
+connect Box07.Out Box09.In1
+connect Box08.Out Box09.In3
 
 # Complex input ports
 
 # Complex output ports
 output BoxChange Box03.BoxChange " "
-output ConvolutionFactor Box01.Out " "
 output ConvolutionOnOff Box02.Out " "
 output Widget Box05.Widget " "
+output ConvolutionFactor Box06.Out " "
+output windowcolorlevel Box09.Out " "
 
 
 endefine