]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/MeshContours_Widget.bbs
#3537 Mesh_tool_ApplyDeformation optimization
[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 "0.99999"
38
39 new std:Mul Box10
40   set Box10.In2 "1"
41
42
43 connect Box38.Out Box53.polydata
44 connect Box45.Out Box53.wxvtkbaseview2D1
45 connect Box46.Out Box53.wxvtkbaseview2D2
46 connect Box47.Out Box53.wxvtkbaseview2D3
47 connect Box51.Out Box53.wxvtkbaseview3D1
48 connect Box36.BoxChange Box53.execute
49 connect Box08.Out Box53.colorForMesh
50 connect Box09.Out Box53.opacity1
51 connect Box09.Out Box53.opacity2
52 connect Box09.Out Box53.opacity3
53 connect Box52.LineWidth Box53.lineWidth
54 connect Box10.Out Box53.activeContour
55 connect Box52.active Box10.In1
56
57 # Complex input ports
58 input _polydata Box38.In " "
59 input _wxvtkbaseview2D1 Box45.In " "
60 input _wxvtkbaseview2D2 Box46.In " "
61 input _wxvtkbaseview2D3 Box47.In " "
62 input _wxvtkbaseview3D1 Box51.In " "
63 input _execute Box36.In " "
64 input colorMesh Box08.In " "
65 input active_widget Box10.In2 " "
66
67 # Complex output ports
68 output _widget Box52.widget " "
69 output ActiveOut Box52.active " "
70 output _widgetA Box52.widgetA " "
71 output _widgetB Box52.widgetB " "
72
73
74 endefine