# ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script # - /home/jpr/Desktop/AboutUnMosaic/exUnMosaic.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaImageIO include wxvtk include vtk include wx include creaMaracasVisu include itk include creaMiniToolsBase include toolsbbtk author "Author ??" description "Description ??" category "" new ImagesChooserDialogBox Box00 new Viewer2D Box01 new UnMosaic Box02 set Box02.NbImagesInMosaic 62 set Box02.NbImagesPerRow 8 new LayoutSplit Box04 set Box04.Proportion 30 new ViewerNV Box05 new ImageReader Box06 new FileSelector Box07 new LayoutSplit Box08 set Box08.Proportion 92 new SaveMHD-Button Box09 connect Box02.Out Box05.In connect Box01.Widget Box04.Widget1 connect Box05.Widget Box04.Widget2 connect Box06.Out Box01.In connect Box06.Out Box02.In connect Box07.Out Box06.In connect Box09.Widget Box08.Widget2 connect Box04.Widget Box08.Widget1 connect Box02.Out Box09.In exec Box08