# ---------------------------------- # - BBTKGEditor v 1.2 BBS BlackBox Script # - /home/pechan/Documents/courses/development/creatis/dev/src/minitools/examples/bbg/rescaleSlopeIntercept/rescaleSlopeIntercept1.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaImageIO include creaMaracasVisu include vtk include wx include minitools author "Author ??" description "Description ??" category "" new ImagesChooserDialogBox Box00 new ViewerNV Box01 set Box01.WinTitle "View" new ViewerNV Box02 new RescaleSlopeIntercept Box03 set Box03.Type 1 new LayoutTab Box04 set Box04.WinTitle "View" new LayoutTab Box05 new ImagePropertiesComplexBox Box06 new ImagePropertiesComplexBox Box07 new LayoutSplit Box08 set Box08.WinTitle "RescaleSlopeIntercept 1" connect Box00.Out Box01.In connect Box00.Out Box03.In connect Box03.Out Box02.In connect Box01.Widget Box04.Widget1 connect Box02.Widget Box05.Widget1 connect Box00.Out Box06.in connect Box06.widget Box04.Widget2 connect Box03.Out Box07.in connect Box07.widget Box05.Widget2 connect Box04.Widget Box08.Widget1 connect Box05.Widget Box08.Widget2 exec Box08