]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs
bec8a33ec8d8bca58064e1190a7699ac2d639043
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VectorsExploration_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/VectorsExploration_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 VectorsExploration_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 PlaneVectorVisu_Widget Box41
30
31 new LayoutLine Box14
32   set Box14.WinTitle "Field"
33
34 new VolumeVectorVisu_Widget Box18
35
36 new vtkImageDataPointerRelay Box26
37
38 new MagicBox Box28
39
40
41 connect Box23.BoxChange Box22.BoxExecute
42 connect Box41.boxchange Box23.In1
43 connect Box41.Widget Box14.Widget1
44 connect Box18.Widget Box14.Widget2
45 connect Box18.boxchange Box23.In2
46 connect Box26.Out Box18.vtkImageData
47 connect Box28.Out Box22.Renderer
48 connect Box28.Out Box41.renderer
49 connect Box28.Out Box18.renderer
50 connect Box26.Out Box41.vtkImageData
51 connect Box14.Widget Box17.Widget1
52
53 # Complex input ports
54 input vtkImageData_vectors Box26.In " "
55 input vtkRenderer Box28.In " "
56 input Title Box14.WinTitle " "
57
58 # Complex output ports
59 output widget Box17.Widget " "
60
61 message    
62
63 endefine