]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkPackage.cxx
2397 BBTK Feature New Normal Feature GetBoxesInside for showing the tree of a blackbo...
[bbtk.git] / kernel / src / bbtkPackage.cxx
index 1b0abc03a0c9fe96193faa090698101105aa6f9c..16f4ffbf692335afcb22c3d115116272ff7b0403 100644 (file)
@@ -1404,15 +1404,14 @@ namespace bbtk
     return s;
   }
   //==========================================================================
-  void  Package::GetBoxesInside(NodeTreeC& tree, std::vector<std::string>& list, int cont) 
+  void  Package::GetBoxesInside(NodeTreeC& tree, int cont) 
   {
                DescriptorMapType::const_iterator i;
-
-               std::vector<std::string>  temp;
+               std::cout<<"*********a********"<<std::endl;
                for (i=mDescriptorMap.begin(); i!=mDescriptorMap.end(); ++i) 
                {
-                       i->second->GetBoxesInside(tree, list, cont);
-                       list.insert( list.end(), temp.begin(), temp.end() );
+                       i->second->GetBoxesInside(tree, cont);
+                       std::cout<<"*****************"<<std::endl;
                }    
   }
        //==========================================================================