]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / TensorsVisu_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9 include std
10
11 define TensorsVisu_Widget creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new creaVtk:VectorsVisu_Interface Box05
19
20 new std:MultipleInputs Box07
21   set Box07.BoxProcessMode "Reactive"
22
23 new creaVtk:TensorsVisu Box04
24
25
26 connect Box05.boxChange Box07.In2
27 connect Box05.active Box04.Active
28 connect Box07.BoxChange Box04.BoxExecute
29 connect Box05.Opacity Box04.Opacity
30 connect Box05.ScaleFactor Box04.ScaleFactor
31
32 # Complex input ports
33 input boxExecute Box07.In1 " "
34 input vtkDataObject Box04.In " "
35 input renderer Box04.Renderer " "
36
37 # Complex output ports
38 output Widget Box05.widget " "
39 output BoxChange Box04.BoxChange " "
40
41
42 endefine