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