]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget_StreamLineVisu_Widget.bbs
Merge remote-tracking branch 'origin/vtk7itk4' into vtk7itk4wx3
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / examplePlaneWidget_StreamLineVisu_Widget.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget_StreamLineVisu_Widget.bbs b/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget_StreamLineVisu_Widget.bbs
new file mode 100644 (file)
index 0000000..a17a9f9
--- /dev/null
@@ -0,0 +1,51 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script
+# - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget_StreamLineVisu_Widget.bbs
+# ----------------------------------
+
+# BBTK GEditor Script
+# ----------------------
+
+include std
+include itkvtk
+include creaVtk
+include wx
+include vtk
+include std
+include wxvtk
+
+author "Author ??"
+description "Description ??"
+category "<VOID>"
+
+new creaVtk:PlaneWidget_StreamLineVisu_Widget Box00
+
+new wx:LayoutSplit Box03
+  set Box03.Orientation "H"
+
+new vtk:StructuredPointsReader Box04
+
+new std:Configuration Box05
+
+new std:ConcatStrings Box06
+  set Box06.In2 "/creaVtk/Vectors.vtk"
+
+new wxvtk:Viewer3D Box07
+
+
+connect Box00.Widget Box03.Widget1
+
+connect Box04.Out Box00.In
+
+connect Box05.DataPath Box06.In1
+
+connect Box06.Out Box04.In
+
+connect Box07.Widget Box03.Widget2
+
+connect Box07.Renderer Box00.Renderer
+
+
+
+# Complex input ports
+exec Box03