]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.h
2397 BBTK Feature New Normal Feature GetBoxesInside for showing the tree of a blackbo...
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.h
index ca8f3554044564f88d31d8b653066affb8af3bf5..8124b35a10689f9c97d0cb3ccf3aad4108d38996 100644 (file)
@@ -51,7 +51,7 @@
 #include "bbtkBlackBoxOutputDescriptor.h"
 #include <map>
 #include <fstream>
-
+#include "bbtkUtilities.h"
 namespace bbtk
 {
 
@@ -170,7 +170,7 @@ namespace bbtk
     ///
     virtual void Check(bool recursive=true) const;
 
-         
+         virtual void GetBoxesInside (NodeTreeC& tree, int cont);
          
          /// Sets the name of the script file from which it is defined
          void SetScriptFileName(const std::string& n) { mScriptFileName = n; }