1 # ---------------------------------------------------------------------
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
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
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.
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
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 # ------------------------------------------------------------------------ */
32 define MIPWidget wxvtk
33 author "laurent.guigues@creatis.insa-lyon.fr"
34 description "Maximum Intensity Projection (MIP) creator (vtk::MIPCreator) with associated control panel (shift and scale)"
35 category "image;mesh;widget;viewer"
37 new LayoutLine controls
38 new LayoutLine sliders
40 ##EED new Slider shift
41 ##EED new Slider scale
42 # new LayoutLine colourFrame
43 # new ColourSelectorButton colour
44 new MultipleInputs refresh
47 connect sliders.Widget controls.Widget1
48 # connect colourFrame.Widget controls.Widget2
50 # connect colour.Widget colourFrame.Widget1
51 ##EED connect shift.Widget sliders.Widget1
52 ##EED connect scale.Widget sliders.Widget2
54 ##EED connect shift.Out MIP.Shift
55 ##EED connect scale.Out div.In1
57 ##EED connect div.Out MIP.Scale
58 # connect colour.Out MIP.Colour
60 ##EED connect shift.BoxChange refresh.In1
61 ##EED connect scale.BoxChange refresh.In2
62 # connect colour.BoxChange refresh.In3
64 # connect colourButton.BoxChange colour.BoxExecute
66 # set colourFrame.WinTitle "Colour"
67 set controls.Orientation HORIZONTAL
68 ##EED set shift.Title "Shift"
70 ##EED set shift.Max 500
71 ##EED set scale.Title "Scale x10"
73 ##EED set scale.Max 500
76 # set colourButton.Label "Colour"
79 input Title controls.WinTitle "Title of the control panel"
80 input In MIP.In "Input image"
82 ##EED input Scale scale.In "Initial scale"
83 ##EED input Shift shift.In "Initial shift"
84 # input Colour colour.In "Initial colour"
86 input BoxExecute MIP.BoxExecute "Box execution"
88 input Vertical controls.Orientation "Set to 1 to have controls arranged vertically"
90 output Out MIP.Out "Output MIP"
91 output BoxChange refresh.Out "BoxChange"
92 output Widget controls.Widget "Widget"