X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.h;h=dba498ba9f91b2e4d3673b1e35141de8efa2d491;hb=cc134f89048428aca99fa855a7e1e87c815a3413;hp=c2e995c56141a6e6fd85cdfae78c97de9a9a8185;hpb=099b377628af9ff7205992d1a4bea7ad263c9e04;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.h b/kernel/src/bbtkTranscriptor.h index c2e995c..dba498b 100644 --- a/kernel/src/bbtkTranscriptor.h +++ b/kernel/src/bbtkTranscriptor.h @@ -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,