X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fbbs%2Fappli%2FexampleProbeFilter.bbs;h=7c5d8b49862129b26430ce5fa282ab8eb157fedf;hb=9dedc58b507030e97e7cf4abc68de4e6d5037dce;hp=3b80981ed514ecefa0ed241b6decfb546e540880;hpb=41a74698bb0203749248628baa1503144e1f12f7;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs index 3b80981..7c5d8b4 100644 --- a/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs +++ b/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs +# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs # ---------------------------------- # BBTK GEditor Script @@ -18,37 +18,42 @@ author "Author ??" description "Description ??" category "" -new PlaneWidget Box00 +new creaVtk:PlaneWidget Box00 -new ProbeFilter Box02 +new vtk:ProbeFilter Box02 -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 VectorsVisu Box12 +new creaVtk:VectorsVisu Box12 set Box12.Active "true" set Box12.ScaleFactor "10" -new UpdateRender Box22 +new vtk:UpdateRender Box22 set Box22.Active "true" -new PlaneWidget_Interface Box24 +new creaVtk:PlaneWidget_Interface Box24 -new VectorsVisu_Interface Box14 +new creaVtk:VectorsVisu_Interface Box14 -new LayoutLine Box15 +new wx:LayoutLine Box15 -new MultipleInputs Box16 +new std:MultipleInputs Box16 set Box16.BoxProcessMode "Reactive" +new std:Configuration Box17 + +new std:ConcatStrings Box18 + set Box18.In2 "/creaVtk/Vectors.vtk" + connect Box03.Widget Box05.Widget2 @@ -94,6 +99,10 @@ connect Box14.boxChange Box16.In2 connect Box16.BoxChange Box12.BoxExecute +connect Box18.Out Box10.In + +connect Box17.DataPath Box18.In1 + # Complex input ports