X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkVirtualExec.h;h=73010f242481c732f1ca237a09115583ccdf104d;hb=4e0c70c1aa10fed31d4a6bf30cb316eaa1194e13;hp=d09ed5aeb4c6a95f816f21599add33f64e09e45a;hpb=cc134f89048428aca99fa855a7e1e87c815a3413;p=bbtk.git diff --git a/kernel/src/bbtkVirtualExec.h b/kernel/src/bbtkVirtualExec.h index d09ed5a..73010f2 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/12/12 12:11:21 $ - Version: $Revision: 1.18 $ + Date: $Date: 2009/06/08 14:50:04 $ + Version: $Revision: 1.19 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -172,10 +172,10 @@ namespace bbtk /// The description string which explains what does the ComplexBox virtual void Description(const std::string &d) = 0; - /// prints the list off the boxes of the current box - virtual void PrintBoxes() = 0; + /// prints the list of the boxes of the current box + virtual void PrintHelpListBoxes() = 0; - /// Generate a HTML with a gif file with the actual pipeline (Graphviz-dot needed). Returns the file path + /// Generate a HTML file with a gif file with the actual pipeline (Graphviz-dot needed). Returns the file path virtual std::string ShowGraph(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr, @@ -187,8 +187,8 @@ namespace bbtk /// Generate a HTML with a gif file with the actual pipeline (Graphviz-dot needed). Returns the file path virtual std::string ShowGraphInstances(const std::string &nameblackbox, int detail, int level, bool system_display=true) = 0; - /// Description of the actual pipeline - virtual void ShowRelations(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) = 0; + /// Prints help on a black box + virtual void PrintHelpBlackBox(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr) = 0; virtual void Reset() = 0;