]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBoxInputDescriptor.cxx
index fcec38b21db5b9669e2ae20f14f5c3fbf153830e..11220aa70ddef693d4a3a86149338a5d3e98b41b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxInputDescriptor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/05 13:23:46 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/04/08 06:59:30 $
+  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
@@ -27,13 +27,16 @@ namespace bbtk
 {
 
   
-  ComplexBlackBoxInputDescriptor::ComplexBlackBoxInputDescriptor( const std::string& name,
-                                                                   const std::string& description,
-                                                                   const std::string& target,
-                                                                 const std::string& input,
-TypeInfo type)                 
+  ComplexBlackBoxInputDescriptor::
+  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)                        
     : 
-    BlackBoxInputDescriptor(name,description),
+    BlackBoxInputDescriptor(creator_type_info,name,description,nature),
     mTarget(target),
     mInput(input),
     mType(type)