# ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script # - /home/pechan/Documents/courses/development/creatis/dev/src/creaMiniTools/examples/bbg/viewers/imageWriterExample.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include wx include vtk include creaImageIO author "Author ??" description "Description ??" category "" new ViewerNV Box03 new CommandButton Box04 set Box04.Label "Save" new MetaImageWriter Box05 new FileSelector Box06 set Box06.OpenSave "Save" new LayoutSplit Box07 new ImagesChooserDialogBox Box08 connect Box06.Out Box05.Filename connect Box03.Widget Box07.Widget1 connect Box04.Widget Box07.Widget2 connect Box04.BoxChange Box05.BoxExecute connect Box08.Out Box03.In connect Box08.Out Box05.In exec Box07