X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkAtomicBlackBoxOutputDescriptor.h;h=d2f705b527bca1247b0a75f20513b47d8c58e771;hb=621819a771d434be46e3f33c5f76edd1cc7df249;hp=56db3bef83a1fa5703e561cf05a1994b2bfbeea3;hpb=6f678e6883d4d2734c81492412903c701c8e1f3c;p=bbtk.git diff --git a/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h b/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h index 56db3be..d2f705b 100644 --- a/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h +++ b/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkAtomicBlackBoxOutputDescriptor.h,v $ Language: C++ - Date: $Date: 2008/02/07 11:06:37 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/04/08 06:59:29 $ + 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 @@ -42,11 +42,12 @@ namespace bbtk public: AtomicBlackBoxOutputDescriptor( TypeInfo creator_type_info, - const std::string& name, - const std::string& description, - AtomicBlackBoxGetFunctor* getfunctor, - AtomicBlackBoxSetFunctor* setfunctor, - bool copy_construct = true); + const std::string& name, + const std::string& description, + const std::string& nature, + AtomicBlackBoxGetFunctor* getfunctor, + AtomicBlackBoxSetFunctor* setfunctor, + bool copy_construct = true); ~AtomicBlackBoxOutputDescriptor(); /// Returns the type of the input @@ -65,7 +66,7 @@ namespace bbtk private: /// Default ctor is private AtomicBlackBoxOutputDescriptor() : - BlackBoxOutputDescriptor(typeid(void),"","") {} + BlackBoxOutputDescriptor(typeid(void),"","","") {} /// The functor on the Get method AtomicBlackBoxGetFunctor* mGetFunctor; /// The functor on the Set method