X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkExecuter.h;h=922ca0754dbf39a5aae0512d46def83ff843a600;hb=cc134f89048428aca99fa855a7e1e87c815a3413;hp=7175c39f495267f28bec308cc6143d66996355c4;hpb=099b377628af9ff7205992d1a4bea7ad263c9e04;p=bbtk.git diff --git a/kernel/src/bbtkExecuter.h b/kernel/src/bbtkExecuter.h index 7175c39..922ca07 100644 --- a/kernel/src/bbtkExecuter.h +++ b/kernel/src/bbtkExecuter.h @@ -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,