X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FmanualPaint.bbs;h=1ba575f883eedfb0edc0eb07792f8b1228402f17;hb=HEAD;hp=d923efbb1a1719d96615a7278cbb3cce1a168956;hpb=8b3130e98ea964b333287a86379b7f5c9a9462a1;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs b/bbtk_package_creaMiniTools/bbs/appli/manualPaint.bbs index d923efb..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/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/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 @@ -11,7 +36,7 @@ include itkvtk include creaImageIO include creaMaracasVisu include wx -include creaMiniToolsBase +include toolsbbtk author "Author ??" description "Description ??" @@ -32,11 +57,18 @@ new LayoutSplit Box14 new SaveMHD-Button Box15 -new LayoutSplit Box06 - set Box06.Orientation H - 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 @@ -47,12 +79,16 @@ connect Box10.wxVtkBaseView4 Box11.WxVtkBaseView3 connect Box15.Widget Box14.Widget2 connect Box14.Widget Box12.Widget1 connect Box09.Out Box15.In -connect Box11.Widget Box06.Widget1 -connect Box07.Widget Box06.Widget2 -connect Box06.Widget Box14.Widget1 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