# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/MHDFileInfo_widget.bbs # ---------------------------------- include std include itkvtk include std include creaVtk include wx define MHDFileInfo_widget creaMiniTools author "Author ??" description "Description ??" category "" new std:ConcatStrings Box07 new creaVtk:MHDFileInfo Box08 new wx:LayoutLine Box16 set Box16.WinTitle "MHD Info" new wx:OutputText Box14 set Box14.Title "Spacing" new wx:OutputText Box15 set Box15.Title "Dim" new wx:OutputText Box17 set Box17.Title "DimSize" new wx:OutputText Box18 set Box18.Title "FileName" new wx:OutputText Box19 set Box19.Title "Format" connect Box07.Out Box08.FileName connect Box08.ElementSpacing Box14.In connect Box08.Dim Box15.In connect Box08.DimSize Box17.In connect Box08.ElementType Box19.In connect Box15.Widget Box16.Widget2 connect Box17.Widget Box16.Widget3 connect Box14.Widget Box16.Widget4 connect Box19.Widget Box16.Widget5 connect Box18.Widget Box16.Widget6 connect Box07.Out Box18.In # Complex input ports input NameFile Box07.In1 " " input boxExecute Box16.BoxExecute " " # Complex output ports output widget Box16.Widget " " message endefine