X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fboxes%2FPlaneVectorVisu_Interface.bbs;h=23766a147e16dfd8083ce649c687be3067635e60;hb=d484b946746576227a542ccff6324e1491d801a3;hp=0d274c563f468eea410d1846fcbf4ca2f048b1d8;hpb=cd050787c113569dd80c8cd3aa8eaf4dc378af97;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs b/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs index 0d274c5..23766a1 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs +# - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs # ---------------------------------- include std @@ -15,7 +15,7 @@ description "Description ??" category "" -new Slider Box00 +new wx:Slider Box00 set Box00.In "30" set Box00.Label "true" set Box00.Max "100" @@ -23,24 +23,21 @@ new Slider Box00 set Box00.ReactiveOnTrack "True" set Box00.Title "Plane Resolution" -new CheckBox Box01 +new wx:CheckBox Box01 set Box01.In "false" set Box01.ReactiveOnKeystroke "true" set Box01.Title "Plane control" -new MultipleInputs Box02 - set Box02.BoxProcessMode "Reactive" - -new LayoutLine Box03 +new wx:LayoutLine Box03 set Box03.WinTitle "Plane flield" -new LayoutTab Box04 +new wx:LayoutTab Box04 -new CheckBox Box05 +new wx:CheckBox Box05 set Box05.ReactiveOnKeystroke "true" set Box05.Title "Active Vectors" -new Slider Box06 +new wx:Slider Box06 set Box06.In "100" set Box06.Label "true" set Box06.Max "100" @@ -48,51 +45,40 @@ new Slider Box06 set Box06.ReactiveOnTrack "True" set Box06.Title "Opacity" -new Div Box07 +new std:Div Box07 set Box07.In2 "100.0" -new Slider Box08 +new wx:Slider Box08 set Box08.ChangeResolution "true" set Box08.In "100" set Box08.Label "true" - set Box08.Max "500000" + set Box08.Max "5000" set Box08.Min "1" set Box08.ReactiveOnTrack "True" set Box08.Title "Scale Factor" -new Div Box09 +new std:Div Box09 set Box09.In2 "100.0" -new LayoutLine Box10 +new wx:LayoutLine Box10 set Box10.Orientation "H" -new LayoutLine Box11 +new wx:LayoutLine Box11 set Box11.Orientation "H" -new ComboBox Box12 +new wx:ComboBox Box12 set Box12.In "A B C" set Box12.Title "Form" -new LayoutLine Box13 +new wx:LayoutLine Box13 set Box13.Orientation "H" -new ExecSystemCommand Box14 - set Box14.In "echo mmmmmmmmm" - -new SharedMemory Box15 - -new ExecSystemCommand Box16 - set Box16.In "echo m2m2m2m2m2m2m2m2m" +new std:SharedMemory Box15 -connect Box00.BoxChange Box02.In1 -connect Box01.BoxChange Box02.In2 connect Box03.Widget Box04.Widget1 -connect Box05.BoxChange Box02.In3 connect Box06.Out Box07.In1 connect Box08.Out Box09.In1 -connect Box06.BoxChange Box02.In4 -connect Box08.BoxChange Box02.In5 connect Box01.Widget Box10.Widget1 connect Box05.Widget Box10.Widget2 connect Box00.Widget Box11.Widget1 @@ -102,9 +88,6 @@ connect Box11.Widget Box03.Widget2 connect Box08.Widget Box13.Widget1 connect Box12.Widget Box13.Widget2 connect Box13.Widget Box03.Widget3 -connect Box12.BoxChange Box02.In6 -connect Box02.Out Box14.BoxExecute -connect Box15.Out Box16.BoxExecute connect Box00.BoxChange Box15.In connect Box01.BoxChange Box15.In1 connect Box05.BoxChange Box15.In2 @@ -126,6 +109,5 @@ output Ratio Box00.Out " " output typeForm Box12.Out " " output boxChange Box15.BoxChange " " -message endefine