X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwxvtk%2Fbbs%2Fboxes%2FSphereListWidget.bbs;h=2e41b77b1815f804997b4fa32c1edf11d0179017;hb=b78e85aafcfe261646f82ceccb9f96f64e517a4f;hp=584e3252b4c2158cea3a26a60deb8a5a3c62c1ba;hpb=3b9ae551acae07891da406ab6fd0f0ce392dc923;p=bbtk.git diff --git a/packages/wxvtk/bbs/boxes/SphereListWidget.bbs b/packages/wxvtk/bbs/boxes/SphereListWidget.bbs index 584e325..2e41b77 100644 --- a/packages/wxvtk/bbs/boxes/SphereListWidget.bbs +++ b/packages/wxvtk/bbs/boxes/SphereListWidget.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) -# - /home/davila/Creatis/All/creatools_source/bbtk/packages/wxvtk/bbs/boxes/SphereListWidget.bbs +# - /home/davila/Creatis/C11/creatools_source/bbtk/packages/wxvtk/bbs/boxes/SphereListWidget.bbs # ---------------------------------- include std @@ -16,7 +16,7 @@ description "Description ??" category "" -new Slider Box00 +new wx:Slider Box00 set Box00.In "50" set Box00.Label "true" set Box00.Max "100" @@ -24,35 +24,34 @@ new Slider Box00 set Box00.ReactiveOnTrack "true" set Box00.Title "Opacity4" -new Slider Box01 +new wx:Slider Box01 set Box01.Label "true" set Box01.Max "50" set Box01.Min "1" set Box01.ReactiveOnTrack "true" set Box01.Title "Radio" -new LayoutLine Box02 +new wx:LayoutLine Box02 set Box02.WinTitle "Center Point" -new SphereList Box03 - set Box03.Colour "0.32 0.12 0.12" +new vtk:SphereList Box03 + set Box03.Colour "1 0 0" set Box03.lstPointX "10 10" set Box03.lstPointY "10 20" set Box03.lstPointZ "10 30" set Box03.lstRadio "10" -new Div Box04 +new std:Div Box04 set Box04.In2 "100" -new ConcatStrings Box05 +new std:ConcatStrings Box05 -new MultipleInputs Box08 +new std:MultipleInputs Box08 set Box08.BoxProcessMode "Reactive" -new UpdateRender Box07 - set Box07.Active "true" +new std:MagicBox Box09 -new MagicBox Box09 +new std:MagicBox Box10 connect Box00.Widget Box02.Widget1 @@ -62,12 +61,11 @@ connect Box00.Out Box04.In1 connect Box01.Out Box05.In1 connect Box00.BoxChange Box08.In1 connect Box08.BoxChange Box03.BoxExecute -connect Box08.BoxChange Box07.BoxExecute connect Box09.Out Box03.Renderer -connect Box09.Out Box07.Renderer connect Box05.Out Box03.lstRadio connect Box05.BoxChange Box08.In2 connect Box01.BoxChange Box08.In3 +connect Box10.Out Box03.Transform # Complex input ports input Renderer Box09.In " " @@ -76,9 +74,12 @@ input lstPointY Box03.lstPointY " " input lstPointZ Box03.lstPointZ " " input spc Box03.Spacing " " input WinTitle Box02.WinTitle " " +input transform Box10.In " " +input boxExecute Box08.In5 " " # Complex output ports output Widget Box02.Widget " " +output BoxChangeForRender Box08.BoxChange " " endefine