]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VectorsVisu_Widget.bbs
#3470 merge vtk8itk5wx3-mingw64
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VectorsVisu_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/VectorsVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include std
10
11 define VectorsVisu_Widget creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new creaVtk:VectorsVisu Box03
19   set Box03.Active "true"
20   set Box03.ScaleFactor "10"
21
22 new creaVtk:VectorsVisu_Interface Box05
23
24 new std:MultipleInputs Box07
25   set Box07.BoxProcessMode "Reactive"
26
27
28 connect Box05.Opacity Box03.Opacity
29 connect Box05.ScaleFactor Box03.ScaleFactor
30 connect Box05.active Box03.Active
31 connect Box07.BoxChange Box03.BoxExecute
32 connect Box05.boxChange Box07.In2
33 connect Box05.Type Box03.TypeForm
34
35 # Complex input ports
36 input renderer Box03.Renderer " "
37 input vtkDataObject Box03.In " "
38 input boxExecute Box07.In1 " "
39 input orientation Box03.Orientation " "
40
41 # Complex output ports
42 output BoxChange Box03.BoxChange " "
43 output Widget Box05.widget " "
44
45
46 endefine