]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
First stage of 'Keyword'
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index 85e079875c6abeb9c8ec0d4104de700ba86700c0..42217a7a1c88b3c53f7fa39121b34da6ab76891c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/01/28 15:08:53 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/01/30 09:28:16 $
+  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
@@ -126,11 +126,14 @@ namespace bbtk
     /// changes the workspace name
     virtual void SetWorkspaceName( const std::string& n ) = 0;
 
-    ///Adds the authorName to the Box's author list
+    ///Adds the authorName to the Box author list
     virtual void Author(const std::string &authorName) = 0;
 
+    ///Adds the keywords to the Box keywords list
+    virtual void Keyword(const std::string &keywords) = 0;
+
     /// The description string which explains what does the ComplexBox
-    virtual void Description(const std::string & d) = 0;
+    virtual void Description(const std::string &d) = 0;
 
     /// prints the list off the boxes of the current box
     virtual void PrintBoxes() = 0;