X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=050231eccab747e7a3b638cf2666e732d50bd51c;hb=2d76cd309d74d5f83d701d6bb0a4140d5d122b36;hp=1fe23c82888e6b63b9d8283d3f473ea31fbcbc5a;hpb=5ed4c258f57290a0f0efcd2baea8e78008595dcd;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index 1fe23c8..050231e 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/01/30 09:28:15 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -34,6 +34,7 @@ namespace bbtk : mTypeName("Unknown"), mDescription(""), mAuthor(""), + mKeyword(""), mCategory(STANDARD), mPackage(NULL) { @@ -61,7 +62,7 @@ namespace bbtk //========================================================================= //========================================================================= - /// Adds the string to the BlackBox's description + /// Adds the string to the BlackBox description void BlackBoxDescriptor::AddToDescription( const std::string& s, bool clear) { bbtkDebugMessage("Core",9,"BlackBoxDescriptor::AddToDescription(\""<second; } @@ -107,9 +122,9 @@ namespace bbtk OutputDescriptorMapType::const_iterator i; i = mOutput.find(name); if ( i == mOutput.end() ) - { - bbtkError("output '"<second; } @@ -121,11 +136,11 @@ namespace bbtk bbtkDebugMessageInc("Core",9,"BlackBoxDescriptor::GetHelp() ["<GetName()<<"::"<"<GetName()<<"::"<"<"<