]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/MeshContours_Widget.bbs
5de0324d9cb201ec60b5ada6302e5ab6503a3a6f
[creaMaracasVisu.git] / bbtk / bbs / boxes / MeshContours_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.5 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/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 new std:MagicBox Box08
35
36 new std:ConcatStrings Box09
37   set Box09.In1 "1"
38
39
40 connect Box38.Out Box53.polydata
41 connect Box45.Out Box53.wxvtkbaseview2D1
42 connect Box46.Out Box53.wxvtkbaseview2D2
43 connect Box47.Out Box53.wxvtkbaseview2D3
44 connect Box51.Out Box53.wxvtkbaseview3D1
45 connect Box36.BoxChange Box53.execute
46 connect Box52.active Box53.activeContour
47 connect Box08.Out Box53.colorForMesh
48 connect Box09.Out Box53.opacity1
49 connect Box09.Out Box53.opacity2
50 connect Box09.Out Box53.opacity3
51 connect Box52.LineWidth Box53.lineWidth
52
53 # Complex input ports
54 input _polydata Box38.In " "
55 input _wxvtkbaseview2D1 Box45.In " "
56 input _wxvtkbaseview2D2 Box46.In " "
57 input _wxvtkbaseview2D3 Box47.In " "
58 input _wxvtkbaseview3D1 Box51.In " "
59 input _execute Box36.In " "
60 input colorMesh Box08.In " "
61
62 # Complex output ports
63 output _widget Box52.widget " "
64 output ActiveOut Box52.active " "
65
66
67 endefine