]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxDescriptor.h
#3120 BBTK Bug New Normal - merge branch changestoITK3and4 FROM master
[bbtk.git] / kernel / src / bbtkComplexBlackBoxDescriptor.h
index 34fc4a369f12a234ffc38e730ccb22a3c01e3b23..e39b6d766e9dd1e24a5367b3f3b3b524930192d2 100644 (file)
@@ -51,7 +51,8 @@
 #include "bbtkComplexBlackBoxOutputDescriptor.h"
 #include "bbtkFactory.h"
 #include <fstream>
-
+#include <vector>
+#include "bbtkUtilities.h"
 namespace bbtk
 {
 
@@ -143,7 +144,7 @@ namespace bbtk
                          const std::string& output_dir = "",
                          bool relative_link = false );
     
-
+               void GetBoxesInside (NodeTreeC& tree, int cont);
    ///
     virtual void Check(bool recursive=true) const;
        
@@ -165,7 +166,6 @@ namespace bbtk
   //==========================================================================
 
 
 }
 // namespace bbtk
 #endif