X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fappli%2FSaveImagePlanes.bbs;h=0deb63c56940f0b64fee80f5de79e1b39f6038bb;hb=13c4e094c1d0ce58b3577cdc970dbd80e13fde24;hp=d882650d26673beff1fd3025503bd808166c27eb;hpb=2d875d120078fd60e8c0c0db1d5fa0788d8c1429;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/appli/SaveImagePlanes.bbs b/bbtk_package_creaMiniTools/bbs/appli/SaveImagePlanes.bbs index d882650..0deb63c 100644 --- a/bbtk_package_creaMiniTools/bbs/appli/SaveImagePlanes.bbs +++ b/bbtk_package_creaMiniTools/bbs/appli/SaveImagePlanes.bbs @@ -1,3 +1,28 @@ +# --------------------------------------------------------------------- +# +# 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/SaveImagePlanes.bbs @@ -59,7 +84,7 @@ new SaveMHD-Button Box14 new LayoutSplit Box15 set Box15.Orientation "H" - set Box15.Proportion "40" + set Box15.Proportion "35" set Box15.WinTitle "Interactive Planes" new SaveMHD-Button Box16 @@ -87,9 +112,12 @@ new LayoutLine Box23 new vtkImageDataPointerRelay Box24 new LayoutTab Box25 + set Box25.WinHeight "800" + set Box25.WinWidth "1000" new LayoutSplit Box26 set Box26.Orientation "H" + set Box26.Proportion "30" set Box26.WinTitle "3 Points plane definition" new ViewerNV Box27 @@ -137,13 +165,10 @@ connect planes.PlaneX viewer.Obs1 connect planes.PlaneY viewer.Obs2 connect planes.PlaneZ viewer.Obs3 connect viewer.Widget main.Widget4 -connect planes.ImageX viewerUL.In connect viewerUL.Widget upleft.Widget1 connect planes.BoxChange viewerUL.BoxExecute -connect planes.ImageY viewerUR.In connect viewerUR.Widget upright.Widget1 connect planes.BoxChange viewerUR.BoxExecute -connect planes.ImageZ viewerDL.In connect viewerDL.Widget downleft.Widget1 connect planes.BoxChange viewerDL.BoxExecute connect Box13.Widget Box11.Widget1 @@ -194,5 +219,8 @@ connect Box43.BoxChange planes.BoxExecute connect Box10.Out Box24.In connect Box15.Widget Box25.Widget1 connect Box26.Widget Box25.Widget2 +connect planes.ImageZ viewerDL.In +connect planes.ImageY viewerUR.In +connect planes.ImageX viewerUL.In exec Box25