]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxOutputDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBoxOutputDescriptor.h
index 62f2a9dca2a17258f51a44b948f8591046b03860..0403a541d315ae6ce6512354cc9305b3101aa483 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxOutputDescriptor.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
@@ -44,6 +44,7 @@ namespace bbtk
     ComplexBlackBoxOutputDescriptor( TypeInfo creator_type_info,
                                     const std::string& name,
                                     const std::string& description,
+                                    const std::string& nature,
                                     const std::string& target,
                                     const std::string& output,
                                     TypeInfo type);
@@ -68,7 +69,7 @@ namespace bbtk
   private:
     /// Default ctor is private 
     ComplexBlackBoxOutputDescriptor() : 
-      BlackBoxOutputDescriptor(typeid(void),"",""), 
+      BlackBoxOutputDescriptor(typeid(void),"","",""), 
       mType(typeid(void))  {}
     std::string mTarget;
     std::string mOutput;