]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxDescriptor.h
index d732b90df7eacdf988f6c3a25135daf401714531..80201c64ea7fd10c84decda1a64cc9b378747f63 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/07 11:06:37 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/04/08 06:59:29 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,7 +47,8 @@ namespace bbtk
         bbtk::AtomicBlackBoxInputDescriptor
         (typeid(AtomicBlackBoxDescriptor),
          "BoxProcessMode",
-         "Sets the processing mode of the box (Pipeline | Always | Reactive)", 
+         "Sets the processing mode of the box (Pipeline | Always | Reactive)",
+         "",
          new bbtk::AtomicBlackBoxTGetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbGetInputBoxProcessMode), 
          new bbtk::AtomicBlackBoxTSetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbSetInputBoxProcessMode) ) );
       // Creates the input 'BoxExecute'
@@ -56,7 +57,8 @@ namespace bbtk
         bbtk::AtomicBlackBoxInputDescriptor
         (typeid(AtomicBlackBoxDescriptor),
          "BoxExecute",
-         "Any signal received by this input executes the box", 
+         "Any signal received by this input executes the box",
+         "",
          new bbtk::AtomicBlackBoxTGetFunctor<BlackBox,Void,Void>(&BlackBox::bbGetInputBoxExecute), 
          new bbtk::AtomicBlackBoxTSetFunctor<BlackBox,Void,Void>(&BlackBox::bbSetInputBoxExecute) ) );
       // Creates the output 'BoxChange'      
@@ -66,6 +68,7 @@ namespace bbtk
         (typeid(AtomicBlackBoxDescriptor),
          "BoxChange",
          "Signal modifications of the box", 
+         "",
          new bbtk::AtomicBlackBoxTGetFunctor<BlackBox,Void,Void>(&BlackBox::bbGetOutputBoxChange), 
          new bbtk::AtomicBlackBoxTSetFunctor<BlackBox,Void,Void>(&BlackBox::bbSetOutputBoxChange) ) );
       //