]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxOutputDescriptor.h
index 56db3bef83a1fa5703e561cf05a1994b2bfbeea3..d2f705b527bca1247b0a75f20513b47d8c58e771 100644 (file)
@@ -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