]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs
255787c115c06d382d75427b2b77787fd6d2139c
[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/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include vtk
10
11 define VolumeVectorVisu_Widget creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new VectorsVisu Box00
19
20 new MaskPoint Box07
21
22 new VolumeVectorVisu_Interface Box02
23
24
25 connect Box07.Out Box00.In
26 connect Box02.AcitiveVector Box00.Active
27 connect Box02.Opacity Box00.Opacity
28 connect Box02.Ratio Box07.Ratio
29 connect Box02.ScaleFactor Box00.ScaleFactor
30 connect Box02.boxChange Box07.BoxExecute
31 connect Box02.boxChange Box00.BoxExecute
32
33 # Complex input ports
34 input renderer Box00.Renderer " "
35 input vtkImageData Box07.In " "
36
37 # Complex output ports
38 output boxchange Box02.boxChange " "
39 output Widget Box02.widget " "
40
41
42 endefine