]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxOutputDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxOutputDescriptor.h
index cba3a638375fc7a10ab0c6a29d652bc8ea68e8e0..8c799799263f0295fbe111484fe60bf0249e4a76 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxOutputDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/04 08:04:05 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/04/08 06:59:29 $
+  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
@@ -41,9 +41,11 @@ namespace bbtk
     BlackBoxOutputDescriptor( TypeInfo creator_type_info,
                              const std::string& name,
                              const std::string& description,
+                             const std::string& nature,
                              bool copy_construct = true)
       : BlackBoxInputOutputDescriptor(creator_type_info,name,
                                      description,
+                                     nature,
                                      copy_construct)
     {}