]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleProbeFilter.bbs
index 3b80981ed514ecefa0ed241b6decfb546e540880..7c5d8b49862129b26430ce5fa282ab8eb157fedf 100644 (file)
@@ -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 "<VOID>"
 
-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