]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs
c50b4228660fe6d3484a22b75b39e5f89fd2a19c
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VolumeVectorVisu_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include vtk
10 include std
11
12 define VolumeVectorVisu_Widget creaVtk
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new creaVtk:VectorsVisu Box00
20
21 new vtk:MaskPoint Box07
22
23 new creaVtk:VolumeVectorVisu_Interface Box02
24
25 new vtk:UpdateRender Box03
26   set Box03.Active "true"
27
28 new std:MagicBox Box04
29
30 new vtk:ProbeFilter Box05
31
32 new std:MagicBox Box06
33
34
35 connect Box02.AcitiveVector Box00.Active
36 connect Box02.Opacity Box00.Opacity
37 connect Box02.Ratio Box07.Ratio
38 connect Box02.ScaleFactor Box00.ScaleFactor
39 connect Box02.boxChange Box07.BoxExecute
40 connect Box02.boxChange Box00.BoxExecute
41 connect Box04.Out Box00.Renderer
42 connect Box04.Out Box03.Renderer
43 connect Box02.boxChange Box03.BoxExecute
44 connect Box02.form Box00.TypeForm
45 connect Box06.Out Box07.In
46 connect Box06.Out Box05.Input
47 connect Box06.Out Box05.Source
48 connect Box05.Out Box00.In
49
50 # Complex input ports
51 input renderer Box04.In " "
52 input vtkImageData Box06.In " "
53
54 # Complex output ports
55 output boxchange Box02.boxChange " "
56 output Widget Box02.widget " "
57
58
59 endefine