]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.cxx
Obtaining the tree boxes related to a sigle box. The classes changed were Utilities...
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.cxx
index 7427580fddc8c3384797132c343bb8e80e39db88..9f40f1f1864fee03816b6de076a8fab0c21caa7d 100644 (file)
@@ -315,7 +315,9 @@ namespace bbtk
     return "::" + mTypeName;
   }
   //=========================================================================
+        void BlackBoxDescriptor::GetBoxesInside (NodeTreeC& tree, std::vector<std::string>& temp, int cont){
+               
+       }
   //=========================================================================
   void BlackBoxDescriptor::InsertHtmlHelp ( std::ofstream& s, 
                                            int detail, int level,