]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxInputDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxInputDescriptor.h
index 9481722bf545eaffbb131924b9b4bcbdb92c474a..c67c2e4b0fe2e80f34f100c37d4c51fa886b189f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxInputDescriptor.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
@@ -46,10 +46,13 @@ namespace bbtk
     BlackBoxInputDescriptor(TypeInfo creator_type_info,
                            const std::string& name,
                            const std::string& description,
-                           OptionType option = MANDATORY,
-                           bool copy_construct = true)
+                           const std::string& nature,
+                           bool copy_construct = true,
+                           OptionType option = MANDATORY
+                           )
       : BlackBoxInputOutputDescriptor(creator_type_info,name,
-                                     description,copy_construct),
+                                     description,nature,
+                                     copy_construct),
        mOption(option)
     {}
     /// Returns the option of the input