]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkExecuter.cxx
index 8730b02eb2387ef7ea7bba95ce8f107e1ebea92f..bd715119fffa4b453dc59b9308bd339e19b36632 100644 (file)
@@ -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)
   {