]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.h
First stage of 'Keyword'
[bbtk.git] / kernel / src / bbtkExecuter.h
index 8604affad83ef25be21df4f9ca400dd740f4d35b..47935ae4b5d8bbc5e3ec64d1d22bece112209f85 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkExecuter.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/01/28 15:08:53 $
-  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
@@ -119,9 +119,12 @@ namespace bbtk
     /// changes the workspace name
     void SetWorkspaceName( const std::string& n );
 
-    ///Adds the authorName to the Box's author list
+    ///Adds the authorName to the Box author list
     void Author(const std::string &authorName);
 
+    ///Adds the categories to the Box keyword list
+    void Keyword(const std::string &keyword);
+    
     /// The description string which explains what does the ComplexBox
     void Description(const std::string & d);