]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs
move creaMiniToolsBase:SaveMHD-Button to toolsbbtk:SaveMHD-Button
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / manualPaint.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaImageIO
12 include creaMaracasVisu
13 include wx
14 include creaMiniToolsBase
15 include toolsbbtk
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new ImagesChooserDialogBox Box09
22
23 new ViewerNV Box10
24
25 new ManualPaint Box11
26
27 new LayoutSplit Box12
28   set Box12.Orientation H
29   set Box12.Proportion 30
30
31 new LayoutSplit Box14
32   set Box14.Proportion 90
33
34 new SaveMHD-Button Box15
35
36 new LayoutSplit Box06
37   set Box06.Orientation H
38
39 new CutModule2 Box07
40
41
42 connect Box09.Out Box10.In
43 connect Box10.Widget Box12.Widget2
44 connect Box09.Out Box11.In
45 connect Box10.wxVtkBaseView2 Box11.WxVtkBaseView1
46 connect Box10.wxVtkBaseView3 Box11.WxVtkBaseView2
47 connect Box10.wxVtkBaseView4 Box11.WxVtkBaseView3
48 connect Box15.Widget Box14.Widget2
49 connect Box14.Widget Box12.Widget1
50 connect Box09.Out Box15.In
51 connect Box11.Widget Box06.Widget1
52 connect Box07.Widget Box06.Widget2
53 connect Box06.Widget Box14.Widget1
54 connect Box10.BoxChange Box07.BoxExecute
55 connect Box10.Interactor1 Box07.Interactor
56 connect Box09.Out Box07.In
57 connect Box10.Renderer1 Box07.Renderer
58
59 exec Box12