]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkTranscriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkTranscriptor.h
index c2e995c56141a6e6fd85cdfae78c97de9a9a8185..dba498ba9f91b2e4d3673b1e35141de8efa2d491 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkTranscriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:14 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2008/12/12 12:11:21 $
+  Version:   $Revision: 1.13 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -119,6 +119,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,