]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs
#2446 creaVtk Feature New Normal - Stream Tracer, Stream Line (interface, widget)
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / TensorsExploration_Wideget.bbs
diff --git a/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs b/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs
new file mode 100644 (file)
index 0000000..6d962b5
--- /dev/null
@@ -0,0 +1,63 @@
+# ----------------------------------
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs
+# ----------------------------------
+
+include std
+include itkvtk
+include vtk
+include wx
+include std
+include creaVtk
+
+define TensorsExploration_Widget creaVtk
+
+author "Author ??"
+description "Description ??"
+
+category "<VOID>"
+
+new UpdateRender Box22
+  set Box22.Active "true"
+
+new LayoutTab Box17
+  set Box17.WinTitle "VectorsTensors Analysis"
+
+new MultipleInputs Box23
+  set Box23.BoxProcessMode "Reactive"
+
+new LayoutLine Box16
+  set Box16.WinTitle "Tensors"
+
+new VolumeTensorVisu_Widget Box19
+
+new PlaneTensorVisu_Widget Box21
+
+new vtkImageDataPointerRelay Box27
+
+new MagicBox Box28
+
+
+connect Box23.BoxChange Box22.BoxExecute
+connect Box19.boxchange Box23.In3
+connect Box19.Widget Box16.Widget2
+connect Box21.boxchange Box23.In4
+connect Box21.Widget Box16.Widget1
+connect Box27.Out Box21.vtkImageData
+connect Box27.Out Box19.vtkImageData
+connect Box28.Out Box22.Renderer
+connect Box28.Out Box21.renderer
+connect Box28.Out Box19.renderer
+connect Box16.Widget Box17.Widget1
+
+# Complex input ports
+input vtkImageData_tensors Box27.In " "
+input vtkRenderer Box28.In " "
+input Title Box17.WinTitle " "
+
+# Complex output ports
+output widget Box17.Widget " "
+
+message    
+
+endefine