X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkVirtualExec.h;h=d09ed5aeb4c6a95f816f21599add33f64e09e45a;hb=ab0cfcfdd031ff179ed1550874c648a54d8e1023;hp=fd856b816f3f7713cd579684571d6b92c2a137ea;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/kernel/src/bbtkVirtualExec.h b/kernel/src/bbtkVirtualExec.h index fd856b8..d09ed5a 100644 --- a/kernel/src/bbtkVirtualExec.h +++ b/kernel/src/bbtkVirtualExec.h @@ -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,