]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs
#3076 creaVtk Bug New Normal - message documentation in boxes
[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/creaTools/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 VectorsVisu Box00
20
21 new MaskPoint Box07
22
23 new VolumeVectorVisu_Interface Box02
24
25 new UpdateRender Box03
26   set Box03.Active "true"
27
28 new MagicBox Box04
29
30
31 connect Box07.Out Box00.In
32 connect Box02.AcitiveVector Box00.Active
33 connect Box02.Opacity Box00.Opacity
34 connect Box02.Ratio Box07.Ratio
35 connect Box02.ScaleFactor Box00.ScaleFactor
36 connect Box02.boxChange Box07.BoxExecute
37 connect Box02.boxChange Box00.BoxExecute
38 connect Box04.Out Box00.Renderer
39 connect Box04.Out Box03.Renderer
40 connect Box02.boxChange Box03.BoxExecute
41
42 # Complex input ports
43 input vtkImageData Box07.In " "
44 input renderer Box04.In " "
45
46 # Complex output ports
47 output boxchange Box02.boxChange " "
48 output Widget Box02.widget " "
49
50
51 endefine