# --------------------------------------------------------------------- # # 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) # - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs # ---------------------------------- include std include itkvtk include wx include std define maxiToolsMenu creaMiniTools author "Author ??" description "Description ??" category "" new CommandButton Box00 set Box00.Label "creaContoursApp" new ExecSystemCommand Box04 set Box04.In "creaContourApp &" new CommandButton Box11 set Box11.Label "Image Tool" new ExecSystemCommand Box12 set Box12.In "bbi creaMiniTools/appli/ImageTool.bbs &" new LayoutLine Box10 new CommandButton Box14 set Box14.Label "Compare 2 images" new ExecSystemCommand Box15 set Box15.In "bbi creaMiniTools/appli/ImagesCompare.bbs &" new LayoutCenter Box16 set Box16.WinTitle "Tools" connect Box00.BoxChange Box04.BoxExecute connect Box11.BoxChange Box12.BoxExecute connect Box11.Widget Box10.Widget3 connect Box00.Widget Box10.Widget2 connect Box14.BoxChange Box15.BoxExecute connect Box14.Widget Box10.Widget4 connect Box10.Widget Box16.Widget2 # Complex input ports # Complex output ports output widget Box16.Widget " " endefine