X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FThresholdWidget.bbs;h=397a89597c766f13937753e04a80a56696ecb1b8;hb=a07eef2e1328c2da50d6792f544dedd11f5c2a2a;hp=c46776c053e6a3d956ebc9db114d4157ffb1f90e;hpb=aea8077f9b58a998c49d71d2404492355b2f3865;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs b/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs index c46776c..397a895 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs @@ -1,31 +1,6 @@ -# --------------------------------------------------------------------- -# -# 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/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs +# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) +# - /home/davila/Creatis/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/ThresholdWidget.bbs # ---------------------------------- include std @@ -33,7 +8,6 @@ include itkvtk include wx include itk include creaMaracasVisu -include creaMiniToolsBase include toolsbbtk include wxvtk include vtk @@ -75,7 +49,7 @@ new LayoutTab Box09 new SaveMHD-Button Box10 new OutputText Box11 - set Box11.In "Min. Max. Gray level" + set Box11.In "Min. Max. Gray level" " new IsoSurfaceWidget Box12 set Box12.Title "Iso Surface" @@ -100,7 +74,6 @@ connect Box09.Widget Box05.Widget1 connect Box02.Out Box10.In connect Box11.Widget Box01.Widget1 connect Box07.Widget Box01.Widget2 -connect Box02.Out Box12.In connect Box00.BoxChange Box12.BoxExecute connect Box12.Widget Box09.Widget2 connect Box10.Widget Box09.Widget3 @@ -113,15 +86,16 @@ connect Box15.Out Box07.InMin connect Box07.OutEnd Box02.UpperThreshold connect Box07.OutStart Box02.LowerThreshold connect Box00.BoxChange Box07.BoxExecute - +connect Box02.Out Box12.In # Complex input ports input vtkRenderer Box12.vtkRenderer " " input In Box13.In " " # Complex output ports -output Widget Box05.Widget " " output BoxChange Box12.BoxChange " " output OutImage Box02.Out " " +output Widget Box05.Widget " " + endefine