]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/Ruler01_XY_Widget.bbs
#3079 creaMaracasVisu Bug New Normal - message documentation in boxes
[creaMaracasVisu.git] / bbtk / bbs / boxes / Ruler01_XY_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/Ruler01_XY_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaMaracasVisu
9 include std
10
11 define Ruler01_XY_Widget creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new Ruler01_Interface Box01
19
20 new Ruler01_XY Box02
21
22 new ConcatStrings Box04
23
24
25 connect Box01.Angle Box02.Angle
26 connect Box01.BoxChangeRulerInterface Box02.BoxExecuteRuler
27 connect Box01.Opacity Box02.OpacityRuler
28 connect Box01.SizeReal Box02.SizeReal
29 connect Box04.Out Box02.Point
30
31 # Complex input ports
32 input Image Box02.Image " "
33 input Point Box04.In1 " "
34 input BoxExecuteRulerInterface Box01.BoxExecuteRulerInterface " "
35 input wxvtkbaseview Box02.wxvtkbaseview " "
36
37 # Complex output ports
38 output Widget Box01.Widget " "
39 output angle Box01.Angle " "
40 output boxchange Box01.BoxChangeRulerInterface " "
41
42
43 endefine