# --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image # pour la Santé) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton # # 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 # - /Users/davila/Creatis/All5/creatools_source/creaRigidRegistration/PackRecalage/bbs/appli/Recalage.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wx include std author "info-dev@creatis.insa-lyon.fr" description "creatisRecalage::Recalage Rigid 2D and 3D examples. " category "example" new CommandButton recalage2D set recalage2D.Label "Recalage 2D" new CommandButton recalage3DV1 set recalage3DV1.Label "Recalage 3D (one point)" new CommandButton recalage3DV2 set recalage3DV2.Label "Recalage 3D (two points)" new CommandButton recalage3DV3 set recalage3DV3.Label "Recalage 3D (three points)" new LayoutLine layout new ExecSystemCommand Box05 set Box05.In "bbi PackRecalage/appli/Recalage2D.bbs &" new ExecSystemCommand Box06 set Box06.In "bbi PackRecalage/appli/ExampleRecalage3D1Point.bbs &" new ExecSystemCommand Box07 set Box07.In "bbi PackRecalage/appli/ExampleRecalage3D2Points.bbs &" new ExecSystemCommand Box08 set Box08.In "bbi PackRecalage/appli/ExampleRecalage3D3Points.bbs &" connect recalage2D.Widget layout.Widget1 connect recalage3DV1.Widget layout.Widget2 connect recalage3DV2.Widget layout.Widget3 connect recalage3DV3.Widget layout.Widget4 connect recalage2D.BoxChange Box05.BoxExecute connect recalage3DV1.BoxChange Box06.BoxExecute connect recalage3DV2.BoxChange Box07.BoxExecute connect recalage3DV3.BoxChange Box08.BoxExecute exec layout