X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleProbeFilter_tensors.bbs;fp=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleProbeFilter_tensors.bbs;h=56cb810a53df7dc30ee471426233d02256c2601f;hb=89f100d62b34e0248551ba2ce51de2c1ec7aa890;hp=6a7ba046968856303d9f48e590be31f9820c7dc6;hpb=175699379042403d48be1c75d24a6aa9308eb2c1;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs index 6a7ba04..56cb810 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs +# - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs # ---------------------------------- # BBTK GEditor Script @@ -18,35 +18,40 @@ author "Author ??" description "Description ??" category "" -new ViewerNV Box03 +new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" -new LayoutSplit Box05 +new wx:LayoutSplit Box05 set Box05.Proportion "10" -new FileSelector Box06 +new wx:FileSelector Box06 -new LoadHola Box07 +new vtk:LoadHola Box07 -new StructuredPointsReader Box08 +new vtk:StructuredPointsReader Box08 set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" -new TensorsVisu Box09 +new creaVtk:TensorsVisu Box09 set Box09.Active "true" - set Box09.ScaleFactor "1000" + set Box09.ScaleFactor "1" -new PlaneWidget Box10 +new creaVtk:PlaneWidget Box10 set Box10.Resolution "30" -new CheckBox Box11 +new wx:CheckBox Box11 -new ProbeFilter Box12 +new vtk:ProbeFilter Box12 -new MagicBox Box13 +new std:MagicBox Box13 -new MagicBox Box14 +new std:MagicBox Box14 -new MagicBox Box15 +new std:MagicBox Box15 + +new std:Configuration Box16 + +new std:ConcatStrings Box17 + set Box17.In2 "/creaVtk/Tensors.vtk" connect Box03.Widget Box05.Widget2 @@ -55,8 +60,6 @@ connect Box07.Out Box03.In connect Box03.Renderer1 Box09.Renderer -connect Box07.Out Box10.In - connect Box03.Renderer1 Box10.Renderer connect Box10.BoxChange Box09.BoxExecute @@ -79,6 +82,12 @@ connect Box10.Out Box15.In connect Box15.Out Box12.Input +connect Box17.Out Box08.In + +connect Box16.DataPath Box17.In1 + +connect Box08.Out Box10.In + # Complex input ports