]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs
6a7ba046968856303d9f48e590be31f9820c7dc6
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleProbeFilter_tensors.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include wx
13 include vtk
14 include creaVtk
15 include std
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new ViewerNV Box03
22   set Box03.nTypeView "5"
23
24 new LayoutSplit Box05
25   set Box05.Proportion "10"
26
27 new FileSelector Box06
28
29 new LoadHola Box07
30
31 new StructuredPointsReader Box08
32   set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk"
33
34 new TensorsVisu Box09
35   set Box09.Active "true"
36   set Box09.ScaleFactor "1000"
37
38 new PlaneWidget Box10
39   set Box10.Resolution "30"
40
41 new CheckBox Box11
42
43 new ProbeFilter Box12
44
45 new MagicBox Box13
46
47 new MagicBox Box14
48
49 new MagicBox Box15
50
51
52 connect Box03.Widget Box05.Widget2
53
54 connect Box07.Out Box03.In
55
56 connect Box03.Renderer1 Box09.Renderer
57
58 connect Box07.Out Box10.In
59
60 connect Box03.Renderer1 Box10.Renderer
61
62 connect Box10.BoxChange Box09.BoxExecute
63
64 connect Box11.Widget Box05.Widget1
65
66 connect Box11.Out Box10.Active
67
68 connect Box08.Out Box13.In
69
70 connect Box13.Out Box12.Source
71
72 connect Box11.BoxChange Box10.BoxExecute
73
74 connect Box12.Out Box14.In
75
76 connect Box14.Out Box09.In
77
78 connect Box10.Out Box15.In
79
80 connect Box15.Out Box12.Input
81
82
83
84 # Complex input ports
85 exec Box05