]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/boxes/PolyDataToActor_Widget.bbs
3517 ShowNPoints actual Point
[creaMaracasVisu.git] / bbtk / bbs / boxes / PolyDataToActor_Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.5 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/creatools_source/creaMaracasVisu/bbtk/bbs/boxes/PolyDataToActor_Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include vtk
10 include std
11
12 define PolyDataToActor_Widget creaMaracasVisu
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new wx:LayoutLine Box04
20   set Box04.Orientation "H"
21
22 new vtk:PolyDataToActor Box09
23
24 new std:MagicBox Box10
25
26 new vtk:UpdateRender Box11
27   set Box11.Active "true"
28
29 new wx:Slider Box13
30   set Box13.In "50"
31   set Box13.Label "true"
32   set Box13.Max "100"
33   set Box13.Min "0"
34   set Box13.ReactiveOnTrack "true"
35   set Box13.Title "Mesh Opacity"
36
37 new std:Div Box14
38   set Box14.In2 "100"
39
40 new wx:ComboBox Box15
41   set Box15.In "Points WireFrame Surface"
42   set Box15.Selection "2"
43   set Box15.Title "Representation"
44
45 new std:MultipleInputs Box08
46
47
48 connect Box10.Out Box11.Renderer
49 connect Box09.BoxChange Box11.BoxExecute
50 connect Box13.Out Box14.In1
51 connect Box14.Out Box09.Opacity
52 connect Box10.Out Box09.Renderer
53 connect Box15.Out Box09.Representation
54 connect Box15.Widget Box04.Widget1
55 connect Box13.Widget Box04.Widget3
56 connect Box13.BoxChange Box08.In1
57 connect Box08.BoxChange Box09.BoxExecute
58
59 # Complex input ports
60 input render Box10.In " "
61 input polydata Box09.In " "
62 input color Box09.Colour " "
63 input boxexecute Box08.In3 " "
64 input scalarvisibility Box09.ScalarVisibility " "
65 input active Box09.Active " "
66 input meshOpacity Box13.In " "
67
68 # Complex output ports
69 output widget Box04.Widget " "
70 output boxchange Box09.BoxChange " "
71 output vtkprop3D Box09.Out " "
72
73
74 endefine