X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fboxes%2FPlaneWidget_StreamLineVisu_Widget.bbs;fp=bbtk_creaVtk_PKG%2Fbbs%2Fboxes%2FPlaneWidget_StreamLineVisu_Widget.bbs;h=39d382cc23c828e5bb6563174042996b5e808374;hb=82f0d43e64f8ba8098f0cd1c8759b436a40109bc;hp=e45359fc830533195b6d6b520a96ff379966656a;hpb=b96d51834755b248c7faf57e9864804b826e00ac;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Widget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Widget.bbs index e45359f..39d382c 100644 --- a/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Widget.bbs +++ b/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Widget.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/PlaneWidget_StreamLineVisu_Widget.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Widget.bbs # ---------------------------------- include std @@ -16,23 +16,25 @@ description "Description ??" category "" -new StreamLineVisu Box00 +new creaVtk:StreamLineVisu Box00 set Box00.Active "true" set Box00.ScaleFactor "5" -new PlaneWidget Box01 +new creaVtk:PlaneWidget Box01 set Box01.Active "true" set Box01.Resolution "10" -new MagicBox Box02 +new std:MagicBox Box02 -new PlaneWidget_StreamLineVisu_Interface Box03 +new creaVtk:PlaneWidget_StreamLineVisu_Interface Box03 -new vtkImageDataPointerRelay Box04 +new vtk:vtkImageDataPointerRelay Box04 -new StreamTracer Box05 +new creaVtk:StreamTracer Box05 set Box05.Active "true" +new std:MultipleInputs Box06 + connect Box02.Out Box00.Renderer connect Box02.Out Box01.Renderer @@ -41,7 +43,6 @@ connect Box03.ActiveStreamLine Box00.Active connect Box03.Opacity Box00.Opacity connect Box03.Resolution Box01.Resolution connect Box03.boxChange Box01.BoxExecute -connect Box03.boxChange Box00.BoxExecute connect Box04.Out Box01.In connect Box03.TypeStreamLine Box00.TypeForm connect Box03.ScaleFactor Box00.ScaleFactor @@ -49,6 +50,9 @@ connect Box01.Out Box05.Source connect Box04.Out Box05.In connect Box05.Out Box00.PolyData connect Box03.boxChange Box05.BoxExecute +connect Box03.boxChange Box06.In1 +connect Box01.BoxChange Box06.In2 +connect Box06.BoxChange Box00.BoxExecute # Complex input ports input Renderer Box02.In " "