X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleVectorsTensorsVisu.bbs;fp=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleVectorsTensorsVisu.bbs;h=37abe999e69f05b257de14d02bc5fc822bae5cf6;hb=89f100d62b34e0248551ba2ce51de2c1ec7aa890;hp=1ea7e577f94473756bbdce4c49741da89930e98f;hpb=175699379042403d48be1c75d24a6aa9308eb2c1;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs index 1ea7e57..37abe99 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs +# - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs # ---------------------------------- # BBTK GEditor Script @@ -18,60 +18,68 @@ author "Author ??" description "Description ??" category "" -new ProbeFilter Box02 +new vtk:ProbeFilter Box02 set Box02.BoxProcessMode "Reactive" -new ViewerNV Box03 +new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" -new LayoutSplit Box05 +new wx:LayoutSplit Box05 set Box05.Orientation "H" -new LoadHola Box09 +new vtk:LoadHola Box09 -new StructuredPointsReader Box10 +new vtk:StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" -new UpdateRender Box22 +new vtk:UpdateRender Box22 set Box22.Active "true" -new LayoutLine Box15 +new wx:LayoutLine Box15 set Box15.WinTitle "Plane" -new LayoutTab Box17 +new wx:LayoutTab Box17 -new LayoutLine Box19 +new wx:LayoutLine Box19 set Box19.WinTitle "Volume" -new MaskPoint Box20 +new vtk:MaskPoint Box20 set Box20.BoxProcessMode "Reactive" -new MultipleInputs Box23 +new std:MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" -new MaskPoints_Interface Box26 +new vtk:MaskPoints_Interface Box26 -new VectorsVisu_Widget Box28 +new creaVtk:VectorsVisu_Widget Box28 -new VectorsVisu_Widget Box29 +new creaVtk:VectorsVisu_Widget Box29 -new PlaneWidget_Widget Box30 +new creaVtk:PlaneWidget_Widget Box30 -new StructuredPointsReader Box31 +new vtk:StructuredPointsReader Box31 set Box31.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" -new ProbeFilter Box32 +new vtk:ProbeFilter Box32 set Box32.BoxProcessMode "Reactive" -new TensorsVisu_Wideget Box33 +new creaVtk:TensorsVisu_Wideget Box33 -new LayoutTab Box36 +new wx:LayoutTab Box36 -new TensorsVisu_Wideget Box37 +new creaVtk:TensorsVisu_Wideget Box37 -new MaskPoint Box38 +new vtk:MaskPoint Box38 -new LayoutTab Box39 +new wx:LayoutTab Box39 + +new std:Configuration Box40 + +new std:ConcatStrings Box41 + set Box41.In2 "/creaVtk/Tensors.vtk" + +new std:ConcatStrings Box42 + set Box42.In2 "/creaVtk/Vectors.vtk" connect Box03.Widget Box05.Widget2 @@ -156,6 +164,14 @@ connect Box28.Widget Box39.Widget1 connect Box39.Widget Box19.Widget2 +connect Box40.DataPath Box41.In1 + +connect Box40.DataPath Box42.In1 + +connect Box41.Out Box31.In + +connect Box42.Out Box10.In + # Complex input ports