]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/boxes/bbSlidersForSize.bbs
#2804 BBTK Feature New Normal - create std MathOperationVector box
[bbtk.git] / packages / toolsbbtk / bbs / boxes / bbSlidersForSize.bbs
index fdd2e402576c6bf95ea6b1418893be372e6a4406..a14b5921383d9d6635c82677ee347868ecd2e641 100644 (file)
@@ -1,3 +1,29 @@
+# ---------------------------------------------------------------------
+#
+# 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)
 # - /home/jpr/Creatis/All/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/bbSlidersForSize.bbs
 # ----------------------------------
 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
 # - /home/jpr/Creatis/All/creatools_source/bbtk/packages/toolsbbtk/bbs/boxes/bbSlidersForSize.bbs
@@ -64,8 +90,6 @@ new Slider zMax
 
 new MultipleInputs mi1
 
 
 new MultipleInputs mi1
 
-new MultipleInputs mi2
-
 new LayoutLine Box13
 
 new Add Box14
 new LayoutLine Box13
 
 new Add Box14
@@ -88,13 +112,11 @@ connect gveY.Out yMin.Max
 connect mb.Out yMin.ReactiveOnTrack
 connect mb.Out yMax.ReactiveOnTrack
 connect mb.Out zMin.ReactiveOnTrack
 connect mb.Out yMin.ReactiveOnTrack
 connect mb.Out yMax.ReactiveOnTrack
 connect mb.Out zMin.ReactiveOnTrack
-connect mi1.BoxChange mi2.In1
 connect xMin.BoxChange mi1.In1
 connect xMax.BoxChange mi1.In2
 connect yMin.BoxChange mi1.In3
 connect yMax.BoxChange mi1.In4
 connect zMin.BoxChange mi1.In5
 connect xMin.BoxChange mi1.In1
 connect xMax.BoxChange mi1.In2
 connect yMin.BoxChange mi1.In3
 connect yMax.BoxChange mi1.In4
 connect zMin.BoxChange mi1.In5
-connect zMax.BoxChange mi2.In2
 connect gveZ.Out zMin.Max
 connect xMin.Widget Box13.Widget1
 connect xMax.Widget Box13.Widget2
 connect gveZ.Out zMin.Max
 connect xMin.Widget Box13.Widget1
 connect xMax.Widget Box13.Widget2
@@ -112,6 +134,7 @@ connect Box16.Out xMax.In
 connect Box16.Out xMax.Max
 connect Box14.Out zMax.In
 connect Box14.Out zMax.Max
 connect Box16.Out xMax.Max
 connect Box14.Out zMax.In
 connect Box14.Out zMax.Max
+connect zMax.BoxChange mi1.In6
 
 
 # Complex input ports
 
 
 # Complex input ports
@@ -125,7 +148,7 @@ output YMin yMin.Out " "
 output YMax yMax.Out " "
 output ZMin zMin.Out " "
 output ZMax zMax.Out " "
 output YMax yMax.Out " "
 output ZMin zMin.Out " "
 output ZMax zMax.Out " "
-output BoxChange mi2.BoxChange " "
 output Wigdet Box13.Widget " "
 output Wigdet Box13.Widget " "
+output BoxChange mi1.BoxChange " "
 
 endefine
 
 endefine