X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkComplexBlackBoxInputDescriptor.h;h=80f409a5501e8b2328f6459604c01aaed39eab8f;hb=1d5111d5487f38d1cde7dcff7f1474189548acaf;hp=99d029ce45abba88f8fd3a78a67ff1b0b6e17999;hpb=7eba604321498f7ed6333b7cbe9bf2aceb4ec30e;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxInputDescriptor.h b/kernel/src/bbtkComplexBlackBoxInputDescriptor.h index 99d029c..80f409a 100644 --- a/kernel/src/bbtkComplexBlackBoxInputDescriptor.h +++ b/kernel/src/bbtkComplexBlackBoxInputDescriptor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkComplexBlackBoxInputDescriptor.h,v $ Language: C++ - Date: $Date: 2008/02/06 14:14:22 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/04/08 06:59:30 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,6 +43,7 @@ namespace bbtk 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); @@ -66,7 +67,7 @@ namespace bbtk private: /// Default ctor is private ComplexBlackBoxInputDescriptor() : - BlackBoxInputDescriptor(typeid(void),"",""), + BlackBoxInputDescriptor(typeid(void),"","",""), mType(typeid(void)) {} std::string mTarget; std::string mInput;