]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index fd856b816f3f7713cd579684571d6b92c2a137ea..d09ed5aeb4c6a95f816f21599add33f64e09e45a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:14 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2008/12/12 12:11:21 $
+  Version:   $Revision: 1.18 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -127,6 +127,9 @@ namespace bbtk
     /// Destroys a black box
     virtual void Destroy (const std::string &boxName) = 0;
 
+    /// Clears the currently defined ComplexBlackBox
+    virtual void Clear() = 0;
+
     /// Connects the output boxOutput to the input boxInput
     virtual void Connect (const std::string &boxfrom,
                  const std::string &output,