]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/viewerNVExample.bbs
1490 , 1491 Feature:
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / viewerNVExample.bbs
index 4d8aa160520bed0b2413c56a6a3d97dceba896a4..e1be3723ae2fe0e45606243162ad40e325386463 100755 (executable)
@@ -1,6 +1,6 @@
 # ----------------------------------
-# - BBTKGEditor v 1.2 BBS BlackBox Script
-# - /home/pechan/Documents/courses/development/creatis/dev/src/creaMiniTools/examples/bbg/viewers/viewerNVExample.bbs
+# - BBTKGEditor v 1.3 BBS BlackBox Script
+# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/viewerNVExample.bbs
 # ----------------------------------
 
 # BBTK GEditor Script
@@ -10,6 +10,8 @@ include std
 include itkvtk
 include creaImageIO
 include creaMaracasVisu
+include toolsbbtk
+include wx
 
 author "Author ??"
 description "Description ??"
@@ -19,7 +21,24 @@ new ImagesChooserDialogBox Box00
 
 new ViewerNV Box01
 
+new ImageVtkPropertiesWidget Box04
 
-connect Box00.Out Box01.In
+new LayoutTab Box05
+  set Box05.WinHide "800"
+  set Box05.WinWidth "1000"
+
+new SaveMHD-Button Box06
+
+new LayoutLine Box07
+  set Box07.WinTitle "MPR Viewer"
 
-exec Box01
+
+connect Box00.Out Box01.In
+connect Box00.Out Box04.in
+connect Box04.widget Box05.Widget2
+connect Box06.Widget Box05.Widget3
+connect Box00.Out Box06.In
+connect Box01.Widget Box07.Widget1
+connect Box07.Widget Box05.Widget1
+
+exec Box05