]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VectorVisuPlane_Widget.bbs
f4faa5739feb7cb69223219e9c0b2e67c9337e7e
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VectorVisuPlane_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorVisuPlane_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include creaMaracasVisu
10 include std
11 include vtk
12
13 define VectorVisuPlane_Widget creaVtk
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new creaVtk:VectorsVisu_Interface Box01
21
22 new creaVtk:VectorsVisu Box03
23
24 new creaVtk:VectorsVisu Box04
25
26 new creaVtk:VectorsVisu Box05
27
28 new creaMaracasVisu:wxVtkBaseView_Info Box06
29
30 new std:MagicBox Box09
31
32 new std:MagicBox Box10
33
34 new creaMaracasVisu:wxVtkBaseView_Info Box11
35
36 new creaMaracasVisu:wxVtkBaseView_Info Box12
37
38 new creaVtk:VectorVisuPlane Box13
39   set Box13.orientation "0"
40
41 new creaVtk:VectorsVisu Box14
42   set Box14.Orientation "0"
43
44 new creaVtk:VectorsVisu Box15
45   set Box15.Orientation "1"
46
47 new creaVtk:VectorsVisu Box16
48   set Box16.Orientation "2"
49
50 new creaVtk:VectorVisuPlane Box17
51   set Box17.orientation "1"
52
53 new creaVtk:VectorVisuPlane Box18
54   set Box18.orientation "2"
55
56 new creaMaracasVisu:wxVtkBaseView_Info Box20
57
58 new std:MagicBox Box21
59
60 new std:MultipleInputs Box24
61
62 new vtk:UpdateRender Box23
63   set Box23.Active "true"
64
65 new vtk:UpdateRender Box25
66   set Box25.Active "true"
67
68 new vtk:UpdateRender Box26
69   set Box26.Active "true"
70
71 new vtk:UpdateRender Box27
72   set Box27.Active "true"
73
74
75 connect Box06.vtkRenderer Box03.Renderer
76 connect Box01.Opacity Box03.Opacity
77 connect Box01.ScaleFactor Box03.ScaleFactor
78 connect Box01.Type Box03.TypeForm
79 connect Box01.Opacity Box04.Opacity
80 connect Box01.ScaleFactor Box04.ScaleFactor
81 connect Box01.Type Box04.TypeForm
82 connect Box06.Direction Box03.Orientation
83 connect Box11.vtkRenderer Box04.Renderer
84 connect Box11.Direction Box04.Orientation
85 connect Box12.vtkRenderer Box05.Renderer
86 connect Box12.Direction Box05.Orientation
87 connect Box01.Opacity Box05.Opacity
88 connect Box01.ScaleFactor Box05.ScaleFactor
89 connect Box01.Type Box05.TypeForm
90 connect Box13.outvtkdataset Box14.In
91 connect Box17.outvtkdataset Box15.In
92 connect Box18.outvtkdataset Box16.In
93 connect Box20.vtkRenderer Box14.Renderer
94 connect Box20.vtkRenderer Box15.Renderer
95 connect Box20.vtkRenderer Box16.Renderer
96 connect Box10.Out Box13.structuredpoints
97 connect Box10.Out Box17.structuredpoints
98 connect Box10.Out Box18.structuredpoints
99 connect Box09.Out Box13.point
100 connect Box09.Out Box17.point
101 connect Box09.Out Box18.point
102 connect Box20.Direction Box14.Orientation
103 connect Box20.Direction Box15.Orientation
104 connect Box20.Direction Box16.Orientation
105 connect Box21.Out Box13.boxexecute
106 connect Box21.Out Box17.boxexecute
107 connect Box21.Out Box18.boxexecute
108 connect Box01.Type Box14.TypeForm
109 connect Box01.Type Box15.TypeForm
110 connect Box01.Type Box16.TypeForm
111 connect Box01.Opacity Box14.Opacity
112 connect Box01.Opacity Box15.Opacity
113 connect Box01.Opacity Box16.Opacity
114 connect Box01.ScaleFactor Box14.ScaleFactor
115 connect Box01.ScaleFactor Box15.ScaleFactor
116 connect Box01.ScaleFactor Box16.ScaleFactor
117 connect Box21.Out Box24.In1
118 connect Box01.boxChange Box24.In2
119 connect Box24.BoxChange Box03.BoxExecute
120 connect Box24.BoxChange Box14.BoxExecute
121 connect Box24.BoxChange Box04.BoxExecute
122 connect Box24.BoxChange Box05.BoxExecute
123 connect Box24.BoxChange Box15.BoxExecute
124 connect Box24.BoxChange Box16.BoxExecute
125 connect Box01.Resolution Box13.ResolutionPlane
126 connect Box01.Resolution Box17.ResolutionPlane
127 connect Box01.Resolution Box18.ResolutionPlane
128 connect Box06.vtkRenderer Box23.Renderer
129 connect Box01.boxChange Box23.BoxExecute
130 connect Box11.vtkRenderer Box25.Renderer
131 connect Box12.vtkRenderer Box26.Renderer
132 connect Box20.vtkRenderer Box27.Renderer
133 connect Box01.boxChange Box25.BoxExecute
134 connect Box01.boxChange Box26.BoxExecute
135 connect Box01.boxChange Box27.BoxExecute
136 connect Box01.activeXZ Box03.Active
137 connect Box01.activeYZ Box04.Active
138 connect Box01.activeXY Box05.Active
139 connect Box17.outvtkdataset Box03.In
140 connect Box13.outvtkdataset Box04.In
141 connect Box18.outvtkdataset Box05.In
142 connect Box01.active3DYZ Box14.Active
143 connect Box01.active3DXZ Box15.Active
144 connect Box01.active3DXY Box16.Active
145
146 # Complex input ports
147 input Point Box09.In " "
148 input structuredpoints Box10.In " "
149 input wxvtkbaseview3_2D Box12.wxVtkBaseView " "
150 input vtkbaseview_3D Box20.wxVtkBaseView " "
151 input boxExecute Box21.In " "
152 input wxvtkbaseview2_2D Box06.wxVtkBaseView " "
153 input wxvtkbaseview1_2D Box11.wxVtkBaseView " "
154
155 # Complex output ports
156 output outwidget Box01.widget " "
157
158
159 endefine