]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index 6a744012f1692f50a8266963ab600585956d5afe..96a264b55a8f3fbd0231ae163dcb5be5254f885b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/05 11:07:43 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/02/06 09:27:52 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -71,6 +71,10 @@ namespace bbtk
     virtual void Define (const std::string &name,
                 const std::string& pack,
                 const std::string &scriptfilename) = 0;
+    /// Sets the file name to use for the current definition
+    /// (Used to set it after the Define command)
+    virtual void SetCurrentFileName (const std::string &name ) = 0;
 
     /// End the definition of a ComplexBlackBox
     virtual void EndDefine () = 0;
@@ -119,8 +123,8 @@ namespace bbtk
     ///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;
+    ///Adds the categories to the Box categoris list
+    virtual void Category(const std::string &categories) = 0;
 
     /// The description string which explains what does the ComplexBox
     virtual void Description(const std::string &d) = 0;