]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
comments
[bbtk.git] / kernel / src / bbtkBlackBox.h
index 3f9fe828fda88ede3f4b63b0d1be7d9237d1932c..03015dc932f44322c2a4d34b9b61117e5e0618a6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/06/19 09:46:41 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2008/10/06 09:11:21 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -407,7 +407,7 @@ bool reaction = true);
     /// The name of the package to which it belongs
     std::string bbmPackageName;
        
-    /// 0 : "Pipeline" mode : bbUpdate() only calls Process if Status == MODIFIED (normal pipeline processing)
+    /// 0 : "Pipeline" mode : bbBackwardUpdate() only calls Process if Status == MODIFIED (normal pipeline processing)
     /// 1 : "Always" mode : bbUpdate() always calls Process  
     /// 2 : "Reactive" mode : bbSetModifiedStatus() calls bbUpdate()
     std::string bbmBoxProcessMode;