]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_Widget.bbs
Merge remote-tracking branch 'origin/vtk7itk4' into vtk7itk4wx3
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsExploration_Widget.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_Widget.bbs b/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_Widget.bbs
new file mode 100644 (file)
index 0000000..c999230
--- /dev/null
@@ -0,0 +1,55 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsExploration_Widget.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include creaVtk
+include creaMaracasVisu
+include vtk
+include std
+include wx
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new creaVtk:VectorsExploration_Widget Box05
+
+new creaMaracasVisu:ViewerNV Box06
+
+new vtk:LoadHola Box07
+
+new std:ConcatStrings Box08
+  set Box08.In2 "/creaVtk/Vectors.vtk"
+
+new std:Configuration Box09
+
+new vtk:StructuredPointsReader Box10
+
+new wx:LayoutSplit Box11
+  set Box11.Orientation "H"
+
+
+connect Box06.Renderer1 Box05.vtkRenderer
+
+connect Box07.Out Box06.In
+
+connect Box09.DataPath Box08.In1
+
+connect Box08.Out Box10.In
+
+connect Box10.Out Box05.vtkImageData_vectors
+
+connect Box05.widget Box11.Widget1
+
+connect Box06.Widget Box11.Widget2
+
+
+
+# Complex input ports
+exec Box11