X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkExecuter.h;h=71f92d227b10fe8960e0836f7240d8e603d6af18;hb=73c50056dc4c352c2cc2209a12533e5566a32b06;hp=922ca0754dbf39a5aae0512d46def83ff843a600;hpb=cc134f89048428aca99fa855a7e1e87c815a3413;p=bbtk.git diff --git a/kernel/src/bbtkExecuter.h b/kernel/src/bbtkExecuter.h index 922ca07..71f92d2 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/12/12 12:11:21 $ - Version: $Revision: 1.17 $ + Date: $Date: 2009/06/08 14:50:03 $ + Version: $Revision: 1.18 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -165,8 +165,13 @@ namespace bbtk /// The description string which explains what does the ComplexBox void Description(const std::string & d); + + + + + /// prints the list off the boxes of the current box - void PrintBoxes(); + void PrintHelpListBoxes(); /// Generate a HTML with a gif file with the current pipeline (Graphviz-dot needed). Returns the file path std::string ShowGraph(const std::string &nameblackbox, @@ -180,9 +185,14 @@ namespace bbtk /// Generate a HTML with a gif file with the current pipeline (Graphviz-dot needed). Returns the file path std::string ShowGraphInstances(const std::string &nameblackbox, int detail, int level, bool system_display=true); - /// Description of the actual pipeline - void ShowRelations(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr); + /// Prints help on a black box + void PrintHelpBlackBox(const std::string &nameblackbox, const std::string &detailStr, const std::string &levelStr); + + + + + /// Resets the workspace : destroys all boxes / unloads all packages void Reset();