X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkFactory.cxx;h=669a9fbc7cfe05bc69a60627b554cec70568a28e;hb=cd39bfaca5c64598de7046df6989f244fc6e32cd;hp=3d4aef1d4d45ca196f30c85f81bcad68c16bd6d4;hpb=bf1bdd88621c0556024de37768c2d17d12f2a265;p=bbtk.git diff --git a/kernel/src/bbtkFactory.cxx b/kernel/src/bbtkFactory.cxx index 3d4aef1..669a9fb 100644 --- a/kernel/src/bbtkFactory.cxx +++ b/kernel/src/bbtkFactory.cxx @@ -1,32 +1,39 @@ -/*========================================================================= +/* + # --------------------------------------------------------------------- + # + # 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. + # ------------------------------------------------------------------------ */ + + +/*========================================================================= Program: bbtk Module: $RCSfile: bbtkFactory.cxx,v $ Language: C++ - Date: $Date: 2012/05/30 17:17:00 $ - Version: $Revision: 1.52 $ + Date: $Date: 2012/11/16 08:49:01 $ + Version: $Revision: 1.55 $ =========================================================================*/ -/* --------------------------------------------------------------------- - -* Copyright (c) CREATIS-LRMN (Centre de Recherche en Imagerie Medicale) -* Authors : Eduardo Davila, Laurent Guigues, Jean-Pierre Roux -* -* 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. -* ------------------------------------------------------------------------ */ + /** *\file @@ -115,7 +122,6 @@ namespace bbtk bbtkMessage("output",2,p->GetDescription()<AddFactory(GetThisPointer()); -printf("EED Factory::DoLoadPackage > %s %s %s \n",libname.c_str(), pkgname.c_str(),path.c_str()); mPackageMap[pkgname] = p; return true; } @@ -164,26 +170,23 @@ printf("EED Factory::DoLoadPackage > %s %s %s \n",libname.c_str(), pkgname.c_st std::string upath; - pkgname = Utilities::ExtractPackageName(name,upath); - - printf("EED Factory::LoadPackage A. %s\n", name.c_str()); - printf("EED Factory::LoadPackage A. %s\n", upath.c_str()); - printf("EED Factory::LoadPackage A. %s\n", pkgname.c_str()); - + bbtkMessage("debug",1,"Package name ["<GetName()<<"\")"<AddFactory(GetThisPointer()); - -printf("EED Factory::InsertPackage %s\n", p->GetName().c_str() ); - + p->AddFactory(GetThisPointer()); mPackageMap[p->GetName()] = p; - bbtkDebugDecTab("kernel",9); } //===================================================================