X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fboxes%2FVectorsVisu_Interface.bbs;h=02f5c8fd011812bd4f46fbe6cb2f3303b3855695;hb=15546f370a550eb33623748e220d611441a4451c;hp=c70d6ab25b886c5f2bd3409f42f6d6d5e2bb04e1;hpb=b013a7b9c9c7dfdd6fcda16216ca7d33e6f1deda;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs index c70d6ab..02f5c8f 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs +# - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Interface.bbs # ---------------------------------- include std @@ -15,10 +15,10 @@ description "Description ??" category "" -new CheckBox Box00 +new wx:CheckBox Box00 set Box00.Title "Active Vector" -new Slider Box01 +new wx:Slider Box01 set Box01.In "100" set Box01.Label "true" set Box01.Max "100" @@ -26,18 +26,18 @@ new Slider Box01 set Box01.ReactiveOnTrack "true" set Box01.Title "Opacity" -new Div Box02 +new std:Div Box02 set Box02.In2 "100.0" -new LayoutLine Box03 +new wx:LayoutLine Box03 set Box03.WinTitle "Vector field" -new LayoutTab Box04 +new wx:LayoutTab Box04 -new MultipleInputs Box05 +new std:MultipleInputs Box05 set Box05.BoxProcessMode "Reactive" -new Slider Box06 +new wx:Slider Box06 set Box06.ChangeResolution "true" set Box06.In "100" set Box06.Label "true" @@ -46,12 +46,18 @@ new Slider Box06 set Box06.ReactiveOnTrack "true" set Box06.Title "Scale Factor" -new Div Box07 +new std:Div Box07 set Box07.In2 "100.0" +new wx:ComboBox Box08 + set Box08.In "Line Arrow" + +new wx:LayoutLine Box09 + set Box09.Orientation "H" + set Box09.WinTitle "Vector field" + connect Box01.Widget Box03.Widget2 -connect Box00.Widget Box03.Widget1 connect Box01.Out Box02.In1 connect Box03.Widget Box04.Widget1 connect Box01.BoxChange Box05.In2 @@ -59,6 +65,9 @@ connect Box00.BoxChange Box05.In1 connect Box06.Widget Box03.Widget3 connect Box06.BoxChange Box05.In3 connect Box06.Out Box07.In1 +connect Box08.Widget Box09.Widget2 +connect Box00.Widget Box09.Widget1 +connect Box09.Widget Box03.Widget1 # Complex input ports @@ -68,6 +77,7 @@ output widget Box04.Widget " " output active Box00.Out " " output ScaleFactor Box07.Out " " output boxChange Box05.BoxChange " " +output Type Box08.Out " " endefine