]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBoxOutputDescriptor.cxx
index 8d5c5d84092a19c66545a1360f2a19022398eb47..504199a350164513b1daf2f1f1d870c22ea7bcf1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxOutputDescriptor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/05 13:23:46 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/02/06 14:14:22 $
+  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
@@ -27,13 +27,15 @@ namespace bbtk
 {
 
 
-  ComplexBlackBoxOutputDescriptor::ComplexBlackBoxOutputDescriptor( const std::string& name,
-                                                                   const std::string& description,
-                                                                   const std::string& target,
-                                                                   const std::string& output,
-                                                                   TypeInfo type)                      
+  ComplexBlackBoxOutputDescriptor::
+  ComplexBlackBoxOutputDescriptor( TypeInfo creator_type_info,
+                                  const std::string& name,
+                                  const std::string& description,
+                                  const std::string& target,
+                                  const std::string& output,
+                                  TypeInfo type)                       
     : 
-    BlackBoxOutputDescriptor(name,description),
+    BlackBoxOutputDescriptor(creator_type_info,name,description),
     mTarget(target),
     mOutput(output),
     mType(type)