X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FmanualPaint.bbs;h=1ba575f883eedfb0edc0eb07792f8b1228402f17;hb=4b39f709a6bb16da22d482547fe0838afc016e21;hp=e176266f0ccc04761c49800b5d528a59acf13b51;hpb=21576c00e3f0026a9d990e34f3a1c90d37f30677;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs b/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs index e176266..1ba575f 100644 --- a/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs +++ b/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs @@ -1,6 +1,31 @@ +# --------------------------------------------------------------------- +# +# 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 -# - /Users/davila/Creatis/All2/creatools_install/share/bbtk/bbs/creaMiniTools/appli/manualPaint.bbs +# - BBTKGEditor v 1.3 BBS BlackBox Script +# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs # ---------------------------------- # BBTK GEditor Script @@ -8,48 +33,62 @@ include std include itkvtk -include creaMaracasVisu include creaImageIO +include creaMaracasVisu include wx -include vtk +include toolsbbtk author "Author ??" description "Description ??" category "" -new ManualPaint Box00 - set Box00.BoxProcessMode "Always" +new ImagesChooserDialogBox Box09 + +new ViewerNV Box10 + +new ManualPaint Box11 + +new LayoutSplit Box12 + set Box12.Orientation H + set Box12.Proportion 30 -new ImagesChooserDialogBox Box01 +new LayoutSplit Box14 + set Box14.Proportion 90 -new LayoutSplit Box02 - set Box02.Orientation H +new SaveMHD-Button Box15 -new CommandButton Box03 - set Box03.Label "Save Image" +new CutModule2 Box07 -new MetaImageWriter Box04 +new LayoutTab Box08 -new FileSelector Box05 +new ImageVtkPropertiesWidget Box13 -new ViewerNV Box06 +new LayoutLine Box16 + set Box16.WinTitle "Cutter" -new LayoutSplit Box07 - set Box07.Orientation V +new LayoutLine Box17 + set Box17.WinTitle "Paint" -connect Box01.Out Box06.In -connect Box00.Widget Box07.Widget1 -connect Box03.Widget Box07.Widget2 -connect Box06.Widget Box02.Widget2 -connect Box07.Widget Box02.Widget1 -connect Box03.BoxChange Box04.BoxExecute -connect Box05.Out Box04.Filename -connect Box01.Out Box04.In -connect Box01.Out Box00.In -connect Box06.BoxChange Box00.BoxExecute -connect Box06.wxVtkBaseView2 Box00.WxVtkBaseView1 -connect Box06.wxVtkBaseView3 Box00.WxVtkBaseView2 -connect Box06.wxVtkBaseView4 Box00.WxVtkBaseView3 +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 Box02 +exec Box12