# --------------------------------------------------------------------- # # 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.3 BBS BlackBox Script # - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaImageIO include creaMaracasVisu include wx include toolsbbtk author "Author ??" description "Description ??" category "" new ImagesChooserDialogBox Box09 new ViewerNV Box10 new ManualPaint Box11 new LayoutSplit Box12 set Box12.Orientation H set Box12.Proportion 30 new LayoutSplit Box14 set Box14.Proportion 90 new SaveMHD-Button Box15 new CutModule2 Box07 new LayoutTab Box08 new ImageVtkPropertiesWidget Box13 new LayoutLine Box16 set Box16.WinTitle "Cutter" new LayoutLine Box17 set Box17.WinTitle "Paint" connect Box09.Out Box10.In connect Box10.Widget Box12.Widget2 connect Box09.Out Box11.In connect Box10.wxVtkBaseView2 Box11.WxVtkBaseView1 connect Box10.wxVtkBaseView3 Box11.WxVtkBaseView2 connect Box10.wxVtkBaseView4 Box11.WxVtkBaseView3 connect Box15.Widget Box14.Widget2 connect Box14.Widget Box12.Widget1 connect Box09.Out Box15.In connect Box10.BoxChange Box07.BoxExecute connect Box10.Interactor1 Box07.Interactor connect Box09.Out Box07.In connect Box10.Renderer1 Box07.Renderer connect Box08.Widget Box14.Widget1 connect Box09.Out Box13.in connect Box13.widget Box08.Widget3 connect Box07.Widget Box16.Widget1 connect Box16.Widget Box08.Widget2 connect Box11.Widget Box17.Widget1 connect Box17.Widget Box08.Widget1 exec Box12