]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs
no message
[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
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new ImagesChooserDialogBox Box09
21
22 new ViewerNV Box10
23
24 new ManualPaint Box11
25
26 new LayoutSplit Box12
27   set Box12.Orientation H
28   set Box12.Proportion 30
29
30 new LayoutSplit Box14
31   set Box14.Proportion 90
32
33 new SaveMHD-Button Box15
34
35 new LayoutSplit Box06
36   set Box06.Orientation H
37
38 new CutModule2 Box07
39
40
41 connect Box09.Out Box10.In
42 connect Box10.Widget Box12.Widget2
43 connect Box09.Out Box11.In
44 connect Box10.wxVtkBaseView2 Box11.WxVtkBaseView1
45 connect Box10.wxVtkBaseView3 Box11.WxVtkBaseView2
46 connect Box10.wxVtkBaseView4 Box11.WxVtkBaseView3
47 connect Box15.Widget Box14.Widget2
48 connect Box14.Widget Box12.Widget1
49 connect Box09.Out Box15.In
50 connect Box11.Widget Box06.Widget1
51 connect Box07.Widget Box06.Widget2
52 connect Box06.Widget Box14.Widget1
53 connect Box10.BoxChange Box07.BoxExecute
54 connect Box10.Interactor1 Box07.Interactor
55 connect Box09.Out Box07.In
56 connect Box10.Renderer1 Box07.Renderer
57
58 exec Box12