]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniToolsBase/bbs/boxes/rescaleSlopeInterceptMenu.bbs
Feature #1769 Add licence terms for all files.
[creaMiniTools.git] / bbtk_package_creaMiniToolsBase / bbs / boxes / rescaleSlopeInterceptMenu.bbs
1 # ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4 #                        pour la Sant�)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8 #
9 #  This software is governed by the CeCILL-B license under French law and
10 #  abiding by the rules of distribution of free software. You can  use,
11 #  modify and/ or redistribute the software under the terms of the CeCILL-B
12 #  license as circulated by CEA, CNRS and INRIA at the following URL
13 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 #  or in the file LICENSE.txt.
15 #
16 #  As a counterpart to the access to the source code and  rights to copy,
17 #  modify and redistribute granted by the license, users are provided only
18 #  with a limited warranty  and the software's author,  the holder of the
19 #  economic rights,  and the successive licensors  have only  limited
20 #  liability.
21 #
22 #  The fact that you are presently reading this means that you have had
23 #  knowledge of the CeCILL-B license and that you accept its terms.
24 # ------------------------------------------------------------------------ */
25
26 # ----------------------------------
27 # - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
28 # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniToolsBase/bbs/boxes/rescaleSlopeInterceptMenu.bbs
29 # ----------------------------------
30
31 include std
32 include itkvtk
33 include wx
34 include std
35
36 define RescaleSlopeInterceptMenu creaMiniToolsBase
37
38 author "Author ??"
39 description "Description ??"
40
41 category "<VOID>"
42
43 new CommandButton Box00
44   set Box00.Label "NewPixel = Rescale * pixel + Slope  AND   Data Format"
45
46 new CommandButton Box01
47   set Box01.Label "rescaleSlopeIntercept1"
48
49 new CommandButton Box02
50   set Box02.Label "rescaleSlopeIntercept2"
51
52 new CommandButton Box03
53   set Box03.Label "rescaleSlopeIntercept3"
54
55 new ExecSystemCommand Box04
56   set Box04.In "bbi creaMiniTools/appli/rescaleSlopeIntercept0.bbs &"
57
58 new ExecSystemCommand Box05
59   set Box05.In "bbi creaMiniTools/appli/rescaleSlopeIntercept1.bbs &"
60
61 new ExecSystemCommand Box06
62   set Box06.In "bbi creaMiniTools/appli/rescaleSlopeIntercept2.bbs &"
63
64 new ExecSystemCommand Box07
65   set Box07.In "bbi creaMiniTools/appli/rescaleSlopeIntercept3.bbs &"
66
67 new OutputText Box08
68   set Box08.In "Select the Example"
69
70 new LayoutLine Box09
71   set Box09.WinTitle "RescaleSlopeIntercept"
72
73
74 connect Box00.BoxChange Box04.BoxExecute
75 connect Box01.BoxChange Box05.BoxExecute
76 connect Box02.BoxChange Box06.BoxExecute
77 connect Box03.BoxChange Box07.BoxExecute
78 connect Box08.Widget Box09.Widget1
79 connect Box01.Widget Box09.Widget3
80 connect Box02.Widget Box09.Widget4
81 connect Box00.Widget Box09.Widget2
82 connect Box03.Widget Box09.Widget5
83
84
85 # Complex input ports
86
87 # Complex output ports
88 output widget Box09.Widget " "
89
90 endefine