]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/exUnMosaic.bbs
move creaMiniToolsBase:SaveMHD-Button to toolsbbtk:SaveMHD-Button
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / exUnMosaic.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /home/jpr/Desktop/AboutUnMosaic/exUnMosaic.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaImageIO
12 include wxvtk
13 include vtk
14 include wx
15 include creaMaracasVisu
16 include itk
17 include creaMiniToolsBase
18 include toolsbbtk
19
20 author "Author ??"
21 description "Description ??"
22 category "<VOID>"
23
24 new ImagesChooserDialogBox Box00
25
26 new Viewer2D Box01
27
28 new UnMosaic Box02
29   set Box02.NbImagesInMosaic 62
30   set Box02.NbImagesPerRow 8
31
32 new LayoutSplit Box04
33   set Box04.Proportion 30
34
35 new ViewerNV Box05
36
37 new ImageReader Box06
38
39 new FileSelector Box07
40
41 new LayoutSplit Box08
42   set Box08.Proportion 92
43
44 new SaveMHD-Button Box09
45
46
47 connect Box02.Out Box05.In
48 connect Box01.Widget Box04.Widget1
49 connect Box05.Widget Box04.Widget2
50 connect Box06.Out Box01.In
51 connect Box06.Out Box02.In
52 connect Box07.Out Box06.In
53 connect Box09.Widget Box08.Widget2
54 connect Box04.Widget Box08.Widget1
55 connect Box02.Out Box09.In
56
57 exec Box08