X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;fp=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=18dfcd181546f43e8ca8e4f4a3279ede30f958ae;hb=30b4292974380b80ab23dedc97aa2585ed0cc8f7;hp=ab6b1225ef40f6faa650d64637724d115d1468e0;hpb=a280c10c9ba7730cd9105a91bf1a40e72503a6e3;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index ab6b122..18dfcd1 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2009/05/28 08:12:05 $ - Version: $Revision: 1.21 $ + Date: $Date: 2009/12/08 14:10:36 $ + Version: $Revision: 1.22 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -415,7 +415,8 @@ namespace bbtk std::string descr(in->second->GetDescription()); //Utilities::html_format(descr); - + +/*EED 10/11/2009 std::string out = "
 "+name+" 
" @@ -423,7 +424,16 @@ namespace bbtk +"\">
 "+type+" 
" + ""+descr+"\n"; - +*/ + + std::string out = + "
 "+name+" 
" + + "
 "+descr+" 
" + + ""+type+"\n"; + if (iotype==0) user_defined.push_back(out); else if (iotype==1) ubb_defined.push_back(out); else if (iotype==2) wxbb_defined.push_back(out); @@ -481,6 +491,7 @@ namespace bbtk std::string descr(o->second->GetDescription()); //Utilities::html_format(descr); +/*EED 10/11/2009 std::string out = "
 "+name+" 
" @@ -488,7 +499,15 @@ namespace bbtk +"\">
 "+type+" 
" + ""+descr+"\n"; - +*/ + std::string out = + "
 "+name+" 
" + + "
 "+descr+" 
" + + ""+type+"\n"; + if (iotype==0) user_defined.push_back(out); else if (iotype==1) ubb_defined.push_back(out); else if (iotype==2) wxbb_defined.push_back(out);