X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBoxInputDescriptor.cxx;h=11220aa70ddef693d4a3a86149338a5d3e98b41b;hb=cf155931d4fded21cd2aaaeb0f3ead82067d2bef;hp=29d174b43f4a6ea690cae679b6425d260ddf783b;hpb=a26195c366a89795288009cf7e20f11afa494970;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx b/kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx index 29d174b..11220aa 100644 --- a/kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx +++ b/kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkComplexBlackBoxInputDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/01/22 15:02:00 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/04/08 06:59:30 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,25 +27,28 @@ namespace bbtk { - ComplexBlackBoxInputDescriptor::ComplexBlackBoxInputDescriptor( const std::string& name, - const std::string& description, - const std::string& target, - const std::string& input, -TypeInfo type) + ComplexBlackBoxInputDescriptor:: + ComplexBlackBoxInputDescriptor( TypeInfo creator_type_info, + const std::string& name, + const std::string& description, + const std::string& nature, + const std::string& target, + const std::string& input, + TypeInfo type) : - BlackBoxInputDescriptor(name,description), + BlackBoxInputDescriptor(creator_type_info,name,description,nature), mTarget(target), mInput(input), mType(type) { - bbtkDebugMessage("Core",9,"ComplexBlackBoxInputDescriptor::ComplexBlackBoxInputDescriptor(\""<