]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkExecuter.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkExecuter.h
index 922ca0754dbf39a5aae0512d46def83ff843a600..71f92d227b10fe8960e0836f7240d8e603d6af18 100644 (file)
@@ -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();