]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/exUnMosaic.bbs
Commit this one before I loose it...
[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
19 author "Author ??"
20 description "Description ??"
21 category "<VOID>"
22
23 new ImagesChooserDialogBox Box00
24
25 new Viewer2D Box01
26
27 new UnMosaic Box02
28   set Box02.NbImagesInMosaic 62
29   set Box02.NbImagesPerRow 8
30
31 new LayoutSplit Box04
32   set Box04.Proportion 30
33
34 new ViewerNV Box05
35
36 new ImageReader Box06
37
38 new FileSelector Box07
39
40 new LayoutSplit Box08
41   set Box08.Proportion 92
42
43 new SaveMHD-Button Box09
44
45
46 connect Box02.Out Box05.In
47 connect Box01.Widget Box04.Widget1
48 connect Box05.Widget Box04.Widget2
49 connect Box06.Out Box01.In
50 connect Box06.Out Box02.In
51 connect Box07.Out Box06.In
52 connect Box09.Widget Box08.Widget2
53 connect Box04.Widget Box08.Widget1
54 connect Box02.Out Box09.In
55
56 exec Box08