X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FPlaneViewer-MHD_menu.bbs;fp=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FPlaneViewer-MHD_menu.bbs;h=80b864137f271b027f4d64cacb2bc5b72902b610;hb=e934e138d6e6784e8a2c75f9c01153a336eabedf;hp=0000000000000000000000000000000000000000;hpb=bc63d5943db169834d85067df9a1445ba4fd2f15;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs b/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs new file mode 100644 index 0000000..80b8641 --- /dev/null +++ b/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbs @@ -0,0 +1,61 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - PlaneViewer-MHD_menu.bbs +# ---------------------------------- + +# BBTK GEditor Script +# ---------------------- + +include std +include itkvtk +include wx + +author "Author ??" +description "Description ??" +category "" + +new wx:CommandButton Box00 + set Box00.Label "Viewer by Plane XY" + +new wx:CommandButton Box01 + set Box01.Label "Viewer by Planes MPR (not big files)" + +new wx:LayoutTab Box02 + set Box02.WinHeight "250" + set Box02.WinTitle "MHD Viewer" + set Box02.WinWidth "450" + +new wx:LayoutLine Box03 + set Box03.WinTitle "Normal file" + +new wx:CommandButton Box04 + set Box04.Label "Create new MHD files (YZ XZ)" + +new wx:CommandButton Box05 + set Box05.Label "Viewer by Planes MPR" + +new wx:LayoutLine Box06 + set Box06.WinTitle "Big Data" + +new wx:OutputText Box07 + set Box07.In "Special for Big Data" + + +connect Box00.Widget Box03.Widget1 + +connect Box01.Widget Box03.Widget2 + +connect Box03.Widget Box02.Widget1 + +connect Box06.Widget Box02.Widget2 + +connect Box07.Widget Box06.Widget1 + +connect Box04.Widget Box06.Widget2 + +connect Box05.Widget Box06.Widget3 + + + +# Complex input ports +exec Box02