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