]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index 928a8674708f8eb4a32b4839f147f4e51c5062cc..e736f9e8c7a8cf40c29f6b6f411f3054046b9b6d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/03/26 14:47:36 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2008/04/08 06:59:30 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -104,6 +104,9 @@ namespace bbtk
     /// End the definition of a ComplexBlackBox
     virtual void EndDefine () = 0;
 
+    /// Sets the kind of the currently defined ComplexBlackBox
+    virtual void Kind(const std::string& kind) = 0;
+
     /// Creates a new black box in current complex box
     virtual void Create ( const std::string& boxType, const std::string&
     boxName) = 0;