]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs
5998d4858ac81ac32b758e922ff9aee49d3a42b5
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVectorsVisu.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 <<<<<<< HEAD
4 # - /tmpEED/creaTools2/ci/bin/../share/bbtk/bbs/creaVtk/appli/exampleVectorsVisu.bbs
5 =======
6 # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsVisu.bbs
7 >>>>>>> master
8 # ----------------------------------
9
10 # BBTK GEditor Script
11 # ----------------------
12
13 include std
14 include itkvtk
15 include vtk
16 include creaVtk
17 include creaMaracasVisu
18 include wx
19 include std
20
21 author "Author ??"
22 description "Description ??"
23 category "<VOID>"
24
25 new vtk:MaskPoint Box01
26 <<<<<<< HEAD
27   set Box01.Ratio "30"
28 =======
29   set Box01.Ratio "1"
30 >>>>>>> master
31
32 new creaVtk:VectorsVisu Box02
33   set Box02.Active "true"
34   set Box02.ScaleFactor "1"
35
36 new creaMaracasVisu:ViewerNV Box03
37   set Box03.nTypeView "5"
38
39 new wx:CommandButton Box04
40   set Box04.Label "Run"
41
42 new wx:LayoutSplit Box05
43   set Box05.Proportion "10"
44
45 new wx:FileSelector Box06
46
47 new vtk:LoadHola Box07
48
49 new vtk:StructuredPointsReader Box08
50   set Box08.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk"
51
52 <<<<<<< HEAD
53 new std:ConcatStrings Box09
54   set Box09.In2 "/creaVtk/Vectors.vtk"
55
56 new std:Configuration Box10
57 =======
58 new std:Configuration Box09
59
60 new std:ConcatStrings Box10
61   set Box10.In2 "/creaVtk/Vectors.vtk"
62 >>>>>>> master
63
64
65 connect Box01.Out Box02.In
66
67 connect Box03.Renderer1 Box02.Renderer
68
69 connect Box04.BoxChange Box02.BoxExecute
70
71 connect Box03.Widget Box05.Widget2
72
73 connect Box04.Widget Box05.Widget1
74
75 connect Box07.Out Box03.In
76
77 connect Box08.Out Box01.In
78
79 <<<<<<< HEAD
80 connect Box10.DataPath Box09.In1
81
82 connect Box09.Out Box08.In
83 =======
84 connect Box09.DataPath Box10.In1
85
86 connect Box10.Out Box08.In
87 >>>>>>> master
88
89
90
91 # Complex input ports
92 exec Box05