]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/MeshContours_Interface.bbs
#3476 MeshContour box
[creaMaracasVisu.git] / bbtk / bbs / boxes / MeshContours_Interface.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C12/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/MeshContours_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define MeshContours_Interface creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new wx:Slider Box52
19   set Box52.In "100"
20   set Box52.Label "true"
21   set Box52.Max "100"
22   set Box52.ReactiveOnTrack "true"
23   set Box52.Title "Contour opacity yz"
24
25 new std:Div Box53
26   set Box53.In2 "100"
27
28 new wx:LayoutLine Box54
29   set Box54.Orientation "H"
30
31 new wx:Slider Box61
32   set Box61.In "100"
33   set Box61.Label "true"
34   set Box61.Max "100"
35   set Box61.ReactiveOnTrack "true"
36   set Box61.Title "Contour opacity xz"
37
38 new std:Div Box62
39   set Box62.In2 "100"
40
41 new wx:Slider Box63
42   set Box63.In "100"
43   set Box63.Label "true"
44   set Box63.Max "100"
45   set Box63.ReactiveOnTrack "true"
46   set Box63.Title "Contour opacity xy"
47
48 new std:Div Box64
49   set Box64.In2 "100"
50
51
52 connect Box52.Out Box53.In1
53 connect Box61.Out Box62.In1
54 connect Box61.Widget Box54.Widget2
55 connect Box63.Out Box64.In1
56 connect Box63.Widget Box54.Widget1
57 connect Box52.Widget Box54.Widget3
58
59 # Complex input ports
60
61 # Complex output ports
62 output Opacity1 Box64.Out " "
63 output Opacity2 Box62.Out " "
64 output Opacity3 Box53.Out " "
65 output widget Box54.Widget " "
66
67
68 endefine