]> Creatis software - bbtk.git/blob - packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs
2332 BBTK Feature New Normal New complex box BaseViewerInfo 2014-03-07 16:34
[bbtk.git] / packages / toolsbbtk / bbs / boxes / BaseViewerInfo.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/ctorres/work/creatools/creainstall/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/BaseViewerInfo.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include toolsbbtk
9 include creaMaracasVisu
10 include wx
11 include vtk
12
13 define BaseViewerInfo toolsbbtk
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new SaveMHD-Button Box00
21
22 new ViewerNV Box02
23
24 new LayoutTab Box03
25
26 new LayoutSplit Box04
27   set Box04.Orientation "h"
28
29 new vtkImageDataPointerRelay Box09
30
31 new ImageVtkPropertiesWidget Box10
32
33
34 connect Box00.Widget Box03.Widget1
35 connect Box02.Widget Box04.Widget2
36 connect Box03.Widget Box04.Widget1
37 connect Box09.Out Box00.In
38 connect Box09.Out Box10.in
39 connect Box10.widget Box03.Widget2
40 connect Box09.Out Box02.In
41
42 # Complex input ports
43 input Image Box09.In " "
44 input TitleAtribute Box04.WinTitle " "
45
46 # Complex output ports
47 output widget Box04.Widget " "
48
49
50 endefine