From: Eduardo DAVILA Date: Thu, 9 Jun 2016 08:56:26 +0000 (+0200) Subject: #2973 CreaMiniTools Feature New Normal - new PlaneViewer-MHD_menu.bbg application X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaMiniTools.git;a=commitdiff_plain;h=e934e138d6e6784e8a2c75f9c01153a336eabedf #2973 CreaMiniTools Feature New Normal - new PlaneViewer-MHD_menu.bbg application --- diff --git a/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbg b/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbg new file mode 100644 index 0000000..577cb7b --- /dev/null +++ b/bbtk_package_creaMiniTools/bbs/appli/PlaneViewer-MHD_menu.bbg @@ -0,0 +1,103 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBG BlackBox Diagram file +# - PlaneViewer-MHD_menu.bbg +# ---------------------------------- + +APP_START +CATEGORY: +DESCRIPTION:Description ?? +AUTHOR:Author ?? +COMPLEXBOX:FALSE +COMPLEXINPUTS:0 +BOXES:8 +BOX +wx:CommandButton:Box00 +ISEXEC:FALSE +-76.945649:56.113153:-900.000000 +-31.370649:46.113153:-900.000000 +PORT +Label:"Viewer by Plane XY" +FIN_BOX +BOX +wx:CommandButton:Box01 +ISEXEC:FALSE +-58.031481:42.147926:-900.000000 +-12.456481:32.147926:-900.000000 +PORT +Label:"Viewer by Planes MPR (not big files)" +FIN_BOX +BOX +wx:LayoutTab:Box02 +ISEXEC:TRUE +-23.993586:-10.305255:-900.000000 +33.566414:-20.305255:-900.000000 +PORT +WinHeight:"250" +PORT +WinTitle:"MHD Viewer" +PORT +WinWidth:"450" +FIN_BOX +BOX +wx:LayoutLine:Box03 +ISEXEC:FALSE +-63.805308:18.266331:-900.000000 +-6.245308:8.266331:-900.000000 +PORT +WinTitle:"Normal file" +FIN_BOX +BOX +wx:CommandButton:Box04 +ISEXEC:FALSE +6.986508:57.085725:-900.000000 +52.561508:47.085725:-900.000000 +PORT +Label:"Create new MHD files (YZ XZ)" +FIN_BOX +BOX +wx:CommandButton:Box05 +ISEXEC:FALSE +26.154375:40.583508:-900.000000 +71.729375:30.583508:-900.000000 +PORT +Label:"Viewer by Planes MPR" +FIN_BOX +BOX +wx:LayoutLine:Box06 +ISEXEC:FALSE +14.545471:15.940815:-900.000000 +72.105471:5.940815:-900.000000 +PORT +WinTitle:"Big Data" +FIN_BOX +BOX +wx:OutputText:Box07 +ISEXEC:FALSE +5.372077:77.357910:-900.000000 +50.947077:67.357910:-900.000000 +PORT +In:"Special for Big Data" +FIN_BOX +CONNECTIONS:7 +CONNECTION +Box00:Widget:Box03:Widget1 +NumberOfControlPoints:0 +CONNECTION +Box01:Widget:Box03:Widget2 +NumberOfControlPoints:0 +CONNECTION +Box03:Widget:Box02:Widget1 +NumberOfControlPoints:0 +CONNECTION +Box06:Widget:Box02:Widget2 +NumberOfControlPoints:0 +CONNECTION +Box07:Widget:Box06:Widget1 +NumberOfControlPoints:0 +CONNECTION +Box04:Widget:Box06:Widget2 +NumberOfControlPoints:0 +CONNECTION +Box05:Widget:Box06:Widget3 +NumberOfControlPoints:0 +APP_END 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