]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/MeshContours_Interface.bbs
59d28ca797419a968ae3ba0903a93a9a733757c9
[creaMaracasVisu.git] / bbtk / bbs / boxes / MeshContours_Interface.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.5 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/MeshContours_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9
10 define MeshContours_Interface creaMaracasVisu
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new wx:LayoutLine Box54
18   set Box54.Orientation "H"
19
20 new wx:CheckBox Box07
21   set Box07.In "false"
22   set Box07.Title "Contour"
23
24 new wx:ComboBox Box02
25   set Box02.In "0.5 1.0 1.5 2.0 2.5"
26   set Box02.Selection "1"
27   set Box02.Title "Line width  "
28
29
30 connect Box07.Widget Box54.Widget3
31 connect Box02.Widget Box54.Widget4
32
33 # Complex input ports
34
35 # Complex output ports
36 output widget Box54.Widget " "
37 output active Box07.Out " "
38 output LineWidth Box02.OutString " "
39
40
41 endefine