]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_Widget.bbs
Fist Commit And Push
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneWidget_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaVtk
9
10 define PlaneWidget_Widget creaVtk
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new PlaneWidget Box00
18
19 new PlaneWidget_Interface Box04
20
21
22 connect Box04.Active Box00.Active
23 connect Box04.Resolution Box00.Resolution
24 connect Box04.boxChange Box00.BoxExecute
25
26 # Complex input ports
27 input vtkImageData Box00.In " "
28 input renderer Box00.Renderer " "
29
30 # Complex output ports
31 output Widget Box04.Widget " "
32 output BoxChange Box00.BoxChange " "
33 output vtkDataSet Box00.Out " "
34
35
36 endefine