]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/MeshContours_Widget.bbs
#3476 MeshContour box
[creaMaracasVisu.git] / bbtk / bbs / boxes / MeshContours_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C12/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/MeshContours_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9 include creaMaracasVisu
10
11 define MeshContours_Widget creaMaracasVisu
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new std:MagicBox Box36
19
20 new std:MagicBox Box38
21
22 new std:MagicBox Box45
23
24 new std:MagicBox Box46
25
26 new std:MagicBox Box47
27
28 new std:MagicBox Box51
29
30 new creaMaracasVisu:MeshContours_Interface Box52
31
32 new creaMaracasVisu:MeshContours Box53
33
34
35 connect Box52.Opacity1 Box53.opacity1
36 connect Box52.Opacity2 Box53.opacity2
37 connect Box52.Opacity3 Box53.opacity3
38 connect Box38.Out Box53.polydata
39 connect Box45.Out Box53.wxvtkbaseview2D1
40 connect Box46.Out Box53.wxvtkbaseview2D2
41 connect Box47.Out Box53.wxvtkbaseview2D3
42 connect Box51.Out Box53.wxvtkbaseview3D1
43 connect Box36.BoxChange Box53.execute
44
45 # Complex input ports
46 input _polydata Box38.In " "
47 input _wxvtkbaseview2D1 Box45.In " "
48 input _wxvtkbaseview2D2 Box46.In " "
49 input _wxvtkbaseview2D3 Box47.In " "
50 input _wxvtkbaseview3D1 Box51.In " "
51 input _execute Box36.In " "
52
53 # Complex output ports
54 output _widget Box52.widget " "
55
56
57 endefine