]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / imageToolsMenu.bbs
index d8f25e090e43968acccf526ff813f26ba08d3ddc..20673c05b88fd272d6202f76ec2c9c2d371fe680 100644 (file)
@@ -1,5 +1,30 @@
+# ---------------------------------------------------------------------
+#
+# 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.2 BBS BlackBox Script (Complex Box)
+# - BBTKGEditor v 1.3 BBS BlackBox Script (Complex Box)
 # - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/imageToolsMenu.bbs
 # ----------------------------------
 
@@ -41,10 +66,10 @@ new ExecSystemCommand Box12
   set Box12.In "bbi creaMiniTools/appli/manualPaint.bbs &"
 
 new CommandButton Box13
-  set Box13.Label "Show N-Points"
+  set Box13.Label "Extract Planes"
 
 new ExecSystemCommand Box14
-  set Box14.In "bbi creaMiniTools/appli/showNPoints.bbs &"
+  set Box14.In "bbi creaMiniTools/appli/SaveImagePlanes.bbs &"
 
 new LayoutTab Box15
   set Box15.WinTitle "Images Tools"
@@ -75,6 +100,12 @@ new LayoutCenter Box27
 new LayoutCenter Box28
   set Box28.WinTitle "Modify image"
 
+new CommandButton Box29
+  set Box29.Label "Flip Image Y"
+
+new ExecSystemCommand Box30
+  set Box30.In "bbi creaMiniTools/appli/flipImageY.bbs &"
+
 
 connect Box00.BoxChange Box04.BoxExecute
 connect Box02.BoxChange Box06.BoxExecute
@@ -95,6 +126,9 @@ connect Box18.Widget Box27.Widget2
 connect Box27.Widget Box15.Widget1
 connect Box19.Widget Box28.Widget2
 connect Box28.Widget Box15.Widget2
+connect Box13.Widget Box19.Widget5
+connect Box29.Widget Box19.Widget6
+connect Box29.BoxChange Box30.BoxExecute
 
 exec Box15