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