X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkExecuter.cxx;h=bd715119fffa4b453dc59b9308bd339e19b36632;hb=8c0188cb0a3b4c491a4c5498ee04c754ec0fac2b;hp=8730b02eb2387ef7ea7bba95ce8f107e1ebea92f;hpb=2159bb535360a4085428c6121099327dd75a7b6e;p=bbtk.git diff --git a/kernel/src/bbtkExecuter.cxx b/kernel/src/bbtkExecuter.cxx index 8730b02..bd71511 100644 --- a/kernel/src/bbtkExecuter.cxx +++ b/kernel/src/bbtkExecuter.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkExecuter.cxx,v $ $ Language: C++ - Date: $Date: 2008/01/28 15:34:37 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/01/30 09:28:15 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -341,7 +341,6 @@ namespace bbtk } } - /** * */ @@ -393,7 +392,10 @@ namespace bbtk Current()->AddToAuthor(authorName,Current()==mRoot); } - + void Executer::Keyword(const std::string &keyword) + { + Current()->AddToKeyword(keyword,Current()==mRoot); + } void Executer::Description(const std::string &d) {