]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensors_manualread_Widget.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsTensors_manualread_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensors_manualread_Widget.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaVtk
12 include vtk
13 include creaMaracasVisu
14 include wx
15 include std
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new creaVtk:VectorsTensors_manualread_Widget Box02
22
23 new vtk:LoadHola Box03
24
25 new creaMaracasVisu:ViewerNV Box04
26
27 new wx:LayoutSplit Box05
28   set Box05.Orientation "H"
29
30 new wx:OutputText Box06
31
32 new std:Configuration Box07
33
34 new std:ConcatStrings Box08
35   set Box08.In2 "/creaVtk/Vectors.vtk"
36
37 new wx:OutputText Box09
38
39 new std:ConcatStrings Box10
40   set Box10.In2 "/creaVtk/Tensors.vtk"
41
42 new wx:LayoutLine Box11
43   set Box11.WinHeight "100"
44
45
46 connect Box03.Out Box04.In
47
48 connect Box02.widget Box05.Widget1
49
50 connect Box04.Renderer1 Box02.vtkRenderer
51
52 connect Box04.Widget Box05.Widget2
53
54 connect Box07.DataPath Box08.In1
55
56 connect Box08.Out Box06.In
57
58 connect Box07.DataPath Box10.In1
59
60 connect Box10.Out Box09.In
61
62 connect Box06.Widget Box11.Widget1
63
64 connect Box09.Widget Box11.Widget2
65
66
67
68 # Complex input ports
69 exec Box05
70 exec Box11