# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/All/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/flipImageY.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include wx include creaMaracasVisu include std include toolsbbtk include creaImageIO author "Author ??" description "Description ??" category "" new Flip Box01 new RadioButton Box02 set Box02.In "1" set Box02.In0 "X" set Box02.In1 "Y" set Box02.In2 "Z" new ViewerNV Box03 set Box03.nTypeView "6 1 2 0" new ViewerNV Box04 set Box04.nTypeView "6 1 2 0" new LayoutSplit Box06 set Box06.Proportion "20" new StringSelect Box07 set Box07.In0 "X" set Box07.In1 "Y" set Box07.In2 "Z" new LayoutLine Box08 set Box08.Orientation "H" new SaveMHD-Button Box10 new ImagesChooserDialogBox Box12 new LayoutCenter Box13 new LayoutTab Box14 new LayoutLine Box15 set Box15.WinTitle "Original" new LayoutLine Box16 set Box16.WinTitle "Flip" new ImageVtkPropertiesWidget Box17 connect Box01.Out Box04.In connect Box07.Out Box01.Axis connect Box02.Out Box07.In connect Box02.BoxChange Box07.BoxExecute connect Box02.BoxChange Box01.BoxExecute connect Box08.Widget Box06.Widget1 connect Box01.Out Box10.In connect Box12.Out Box03.In connect Box12.Out Box01.In connect Box10.Widget Box08.Widget2 connect Box02.Widget Box13.Widget2 connect Box13.Widget Box08.Widget1 connect Box03.Widget Box15.Widget1 connect Box15.Widget Box14.Widget1 connect Box16.Widget Box14.Widget2 connect Box01.BoxChange Box04.BoxExecute connect Box17.widget Box14.Widget3 connect Box12.Out Box17.in connect Box04.Widget Box06.Widget2 connect Box06.Widget Box16.Widget1 # Complex input ports exec Box14