]> Creatis software - bbtk.git/blob - packages/vtk/bbs/appli/exampleMagnitud.bbs
#3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7
[bbtk.git] / packages / vtk / bbs / appli / exampleMagnitud.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools2/creatools_source/bbtk/packages/vtk/bbs/appli/exampleMagnitud.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include std
13 include creaVtk
14 include creaMaracasVisu
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new vtk:Magnitud Box00
21   set Box00.Contour "2"
22   set Box00.MRatio "1"
23   set Box00.MoveX "0"
24   set Box00.MoveY "0"
25   set Box00.MoveZ "0"
26   set Box00.Opactity "1"
27   set Box00.PlaneCenterSL "20 20 20"
28   set Box00.Scale "100"
29   set Box00.ShowPlane "1"
30   set Box00.ShowStream "1"
31   set Box00.ValInf "0"
32   set Box00.ValSup "1000"
33
34 new std:Configuration Box01
35
36 new std:ConcatStrings Box02
37   set Box02.In2 "/creaVtk/Vectors.vtk"
38
39 new vtk:StructuredPointsReader Box03
40
41 new creaVtk:Actor Box06
42   set Box06.Active "true"
43
44 new vtk:LoadHola Box07
45
46 new creaMaracasVisu:ViewerNV Box08
47
48 new creaVtk:Actor Box09
49   set Box09.Active "true"
50
51 new creaVtk:Actor Box10
52   set Box10.Active "true"
53
54 new creaVtk:Actor Box11
55   set Box11.Active "true"
56
57 new creaVtk:Actor Box12
58   set Box12.Active "true"
59
60
61 connect Box01.DataPath Box02.In1
62
63 connect Box02.Out Box03.In
64
65 connect Box03.Out Box00.In
66
67 connect Box00.Out5 Box06.In
68
69 connect Box07.Out Box08.In
70
71 connect Box08.Renderer1 Box06.Renderer
72
73 connect Box00.Out1 Box09.In
74
75 connect Box00.Out2 Box10.In
76
77 connect Box00.Out3 Box11.In
78
79 connect Box00.Out4 Box12.In
80
81 connect Box08.Renderer1 Box12.Renderer
82
83 connect Box08.Renderer1 Box11.Renderer
84
85 connect Box08.Renderer1 Box10.Renderer
86
87 connect Box08.Renderer1 Box09.Renderer
88
89
90
91 # Complex input ports
92 exec Box06
93 exec Box08
94 exec Box09
95 exec Box10
96 exec Box11
97 exec Box12