]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs
#2446 creaVtk Feature New Normal - Stream Tracer, Stream Line (interface, widget)
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / StreamlineExploration_Wideget.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs
new file mode 100644 (file)
index 0000000..7759d21
--- /dev/null
@@ -0,0 +1,55 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include vtk
+include wx
+include std
+include creaVtk
+
+define StreamlineExploration_Widget creaVtk
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new UpdateRender Box22
+  set Box22.Active "true"
+
+new LayoutTab Box17
+
+new MultipleInputs Box23
+  set Box23.BoxProcessMode "Reactive"
+
+new PlaneWidget_StreamLineVisu_Widget Box30
+
+new vtkImageDataPointerRelay Box26
+
+new MagicBox Box28
+
+new LayoutLine Box14
+
+
+connect Box23.BoxChange Box22.BoxExecute
+connect Box30.boxchange Box23.In5
+connect Box26.Out Box30.In
+connect Box28.Out Box22.Renderer
+connect Box28.Out Box30.Renderer
+connect Box30.Widget Box14.Widget1
+connect Box14.Widget Box17.Widget1
+
+# Complex input ports
+input vtkImageData_vectors Box26.In " "
+input vtkRenderer Box28.In " "
+input Title Box14.WinTitle " "
+
+# Complex output ports
+output widget Box17.Widget " "
+
+message    
+
+endefine