]> Creatis software - creaVtk.git/blob - 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
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsExploration_Wideget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include vtk
9 include wx
10 include std
11 include creaVtk
12
13 define TensorsExploration_Widget creaVtk
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new UpdateRender Box22
21   set Box22.Active "true"
22
23 new LayoutTab Box17
24   set Box17.WinTitle "VectorsTensors Analysis"
25
26 new MultipleInputs Box23
27   set Box23.BoxProcessMode "Reactive"
28
29 new LayoutLine Box16
30   set Box16.WinTitle "Tensors"
31
32 new VolumeTensorVisu_Widget Box19
33
34 new PlaneTensorVisu_Widget Box21
35
36 new vtkImageDataPointerRelay Box27
37
38 new MagicBox Box28
39
40
41 connect Box23.BoxChange Box22.BoxExecute
42 connect Box19.boxchange Box23.In3
43 connect Box19.Widget Box16.Widget2
44 connect Box21.boxchange Box23.In4
45 connect Box21.Widget Box16.Widget1
46 connect Box27.Out Box21.vtkImageData
47 connect Box27.Out Box19.vtkImageData
48 connect Box28.Out Box22.Renderer
49 connect Box28.Out Box21.renderer
50 connect Box28.Out Box19.renderer
51 connect Box16.Widget Box17.Widget1
52
53 # Complex input ports
54 input vtkImageData_tensors Box27.In " "
55 input vtkRenderer Box28.In " "
56 input Title Box17.WinTitle " "
57
58 # Complex output ports
59 output widget Box17.Widget " "
60
61 message    
62
63 endefine