]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
2071 Feature Viewer with volume rendering and viewer...
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / imageToolsMenu.bbs
index 20673c05b88fd272d6202f76ec2c9c2d371fe680..0b3c3283ae383d2d1dc1b50db334860e73c039ea 100644 (file)
@@ -1,31 +1,6 @@
-# ---------------------------------------------------------------------
-#
-# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
-#                        pour la Sant�)
-# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
-# Previous Authors : Laurent Guigues, Jean-Pierre Roux
-# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
-#
-#  This software is governed by the CeCILL-B license under French law and
-#  abiding by the rules of distribution of free software. You can  use,
-#  modify and/ or redistribute the software under the terms of the CeCILL-B
-#  license as circulated by CEA, CNRS and INRIA at the following URL
-#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-#  or in the file LICENSE.txt.
-#
-#  As a counterpart to the access to the source code and  rights to copy,
-#  modify and redistribute granted by the license, users are provided only
-#  with a limited warranty  and the software's author,  the holder of the
-#  economic rights,  and the successive licensors  have only  limited
-#  liability.
-#
-#  The fact that you are presently reading this means that you have had
-#  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */
-
 # ----------------------------------
-# - BBTKGEditor v 1.3 BBS BlackBox Script (Complex Box)
-# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - /home/davila/Creatis/All/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
 # ----------------------------------
 
 include std
@@ -101,11 +76,17 @@ new LayoutCenter Box28
   set Box28.WinTitle "Modify image"
 
 new CommandButton Box29
-  set Box29.Label "Flip Image Y"
+  set Box29.Label "Flip Image"
 
 new ExecSystemCommand Box30
   set Box30.In "bbi creaMiniTools/appli/flipImageY.bbs &"
 
+new CommandButton Box31
+  set Box31.Label "Viewer NV (Vol. Rendering)"
+
+new ExecSystemCommand Box32
+  set Box32.In "bbi creaMiniTools/appli/viewerNVwithVolRenExample.bbs &"
+
 
 connect Box00.BoxChange Box04.BoxExecute
 connect Box02.BoxChange Box06.BoxExecute
@@ -113,7 +94,6 @@ connect Box10.BoxChange Box09.BoxExecute
 connect Box11.BoxChange Box12.BoxExecute
 connect Box13.BoxChange Box14.BoxExecute
 connect Box02.Widget Box18.Widget1
-connect Box10.Widget Box18.Widget2
 connect Box11.Widget Box19.Widget2
 connect Box00.Widget Box19.Widget1
 connect Box20.widget Box15.Widget3
@@ -129,12 +109,15 @@ connect Box28.Widget Box15.Widget2
 connect Box13.Widget Box19.Widget5
 connect Box29.Widget Box19.Widget6
 connect Box29.BoxChange Box30.BoxExecute
-
-exec Box15
+connect Box10.Widget Box18.Widget3
+connect Box31.BoxChange Box32.BoxExecute
+connect Box31.Widget Box18.Widget2
 
 # Complex input ports
 
 # Complex output ports
 output widget Box15.Widget " "
 
+exec Box15
+
 endefine