]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs
3150 creaVtk Feature New Normal - PointPicker box
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleProbeFilter_tensors.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools/creatools_source/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 creaMaracasVisu:ViewerNV Box03
22   set Box03.nTypeView "5"
23
24 new wx:LayoutSplit Box05
25   set Box05.Proportion "10"
26
27 new wx:FileSelector Box06
28
29 new vtk:LoadHola Box07
30
31 new vtk:StructuredPointsReader Box08
32   set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk"
33
34 new creaVtk:TensorsVisu Box09
35   set Box09.Active "true"
36   set Box09.ScaleFactor "1"
37
38 new creaVtk:PlaneWidget Box10
39   set Box10.Resolution "30"
40
41 new wx:CheckBox Box11
42
43 new vtk:ProbeFilter Box12
44
45 new std:MagicBox Box13
46
47 new std:MagicBox Box14
48
49 new std:MagicBox Box15
50
51 new std:Configuration Box16
52
53 new std:ConcatStrings Box17
54   set Box17.In2 "/creaVtk/Tensors.vtk"
55
56
57 connect Box03.Widget Box05.Widget2
58
59 connect Box07.Out Box03.In
60
61 connect Box03.Renderer1 Box09.Renderer
62
63 connect Box03.Renderer1 Box10.Renderer
64
65 connect Box10.BoxChange Box09.BoxExecute
66
67 connect Box11.Widget Box05.Widget1
68
69 connect Box11.Out Box10.Active
70
71 connect Box08.Out Box13.In
72
73 connect Box13.Out Box12.Source
74
75 connect Box11.BoxChange Box10.BoxExecute
76
77 connect Box12.Out Box14.In
78
79 connect Box14.Out Box09.In
80
81 connect Box10.Out Box15.In
82
83 connect Box15.Out Box12.Input
84
85 connect Box17.Out Box08.In
86
87 connect Box16.DataPath Box17.In1
88
89 connect Box08.Out Box10.In
90
91
92
93 # Complex input ports
94 exec Box05