]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VolumeTensorVisu_Widget.bbs
Fist Commit And Push
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VolumeTensorVisu_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeTensorVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include vtk
9 include creaVtk
10
11 define VolumeTensorVisu_Widget creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new MaskPoint Box07
19
20 new VolumeVectorVisu_Interface Box02
21
22 new TensorsVisu Box03
23
24
25 connect Box02.Ratio Box07.Ratio
26 connect Box02.boxChange Box07.BoxExecute
27 connect Box02.AcitiveVector Box03.Active
28 connect Box02.Opacity Box03.Opacity
29 connect Box02.ScaleFactor Box03.ScaleFactor
30 connect Box02.boxChange Box03.BoxExecute
31 connect Box07.Out Box03.In
32
33 # Complex input ports
34 input vtkImageData Box07.In " "
35 input renderer Box03.Renderer " "
36
37 # Complex output ports
38 output boxchange Box02.boxChange " "
39 output Widget Box02.widget " "
40
41
42 endefine