X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FInterpreterBBS.cxx;h=244c771ac8ebd7b772c8975d17e8a91a80501337;hb=782cadf1306a646406ed7a089907f73a5f12c4e5;hp=9604f1800fa3decb048f247f5ab29f3d3605bae4;hpb=e5a27bdba2e0cbc6a918a4fe9cbb0cc57ed85dc1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.cxx index 9604f18..244c771 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/InterpreterBBS.cxx @@ -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 +# +# 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. +# ------------------------------------------------------------------------ +*/ + /*========================================================================= Program: bbtk Module: $RCSfile$ @@ -41,8 +66,6 @@ Version: $Revision$ #include "bbtkFactory.h" #include "bbtkUtilities.h" - - namespace bbtk { @@ -63,8 +86,7 @@ namespace bbtk _xGeneral = -100; _yGeneral = 100; - _zGeneral = 900; // ????? -printf("EED InterpreterBBS::createGBlackBox 900-450\n"); + _zGeneral = GPOSITION_Z; // ????? _countBoxes = 0; _countInputs = 0; @@ -116,7 +138,7 @@ printf("EED InterpreterBBS::createGBlackBox 900-450\n"); { double xIn = -100+50+_countInputs*50; double yIn = 100; - double zIn = 900; + double zIn = GPOSITION_Z; _sceneManager->configGComBoxInputOutputPort(true,name,xIn,yIn,zIn); _sceneManager->configGConnetion( name,name,box,input); _countInputs++; @@ -131,7 +153,7 @@ printf("EED InterpreterBBS::createGBlackBox 900-450\n"); _yGeneral = _yGeneral - 30; double xIn = -100+_countOutputs*30; double yIn = _yGeneral; - double zIn = 900; + double zIn = GPOSITION_Z; _sceneManager->configGComBoxInputOutputPort(false,name,xIn,yIn,zIn); _sceneManager->configGConnetion( box,output,name,name); _countOutputs++;