]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleProbeFilter.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.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:PlaneWidget Box00
22
23 new vtk:ProbeFilter Box02
24
25 new creaMaracasVisu:ViewerNV Box03
26   set Box03.nTypeView "5"
27
28 new wx:LayoutSplit Box05
29   set Box05.Orientation "H"
30
31 new vtk:LoadHola Box09
32
33 new vtk:StructuredPointsReader Box10
34   set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk"
35
36 new creaVtk:VectorsVisu Box12
37   set Box12.Active "true"
38   set Box12.ScaleFactor "10"
39
40 new vtk:UpdateRender Box22
41   set Box22.Active "true"
42
43 new creaVtk:PlaneWidget_Interface Box24
44
45 new creaVtk:VectorsVisu_Interface Box14
46
47 new wx:LayoutLine Box15
48
49 new std:MultipleInputs Box16
50   set Box16.BoxProcessMode "Reactive"
51
52 new std:Configuration Box17
53
54 new std:ConcatStrings Box18
55   set Box18.In2 "/creaVtk/Vectors.vtk"
56
57
58 connect Box03.Widget Box05.Widget2
59
60 connect Box09.Out Box03.In
61
62 connect Box03.Renderer1 Box00.Renderer
63
64 connect Box03.Renderer1 Box12.Renderer
65
66 connect Box03.Renderer1 Box22.Renderer
67
68 connect Box12.BoxChange Box22.BoxExecute
69
70 connect Box24.Active Box00.Active
71
72 connect Box24.Resolution Box00.Resolution
73
74 connect Box24.boxChange Box00.BoxExecute
75
76 connect Box10.Out Box02.Source
77
78 connect Box00.Out Box02.Input
79
80 connect Box02.Out Box12.In
81
82 connect Box10.Out Box00.In
83
84 connect Box14.active Box12.Active
85
86 connect Box14.Opacity Box12.Opacity
87
88 connect Box14.widget Box15.Widget2
89
90 connect Box24.Widget Box15.Widget1
91
92 connect Box15.Widget Box05.Widget1
93
94 connect Box14.ScaleFactor Box12.ScaleFactor
95
96 connect Box00.BoxChange Box16.In1
97
98 connect Box14.boxChange Box16.In2
99
100 connect Box16.BoxChange Box12.BoxExecute
101
102 connect Box18.Out Box10.In
103
104 connect Box17.DataPath Box18.In1
105
106
107
108 # Complex input ports
109 exec Box05