]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.cxx
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / packages / std / src / bbstdMagicBox.cxx
index fe601be58f205e9d0c8e289d9af17f3e60265822..16d7c975b53e7f0990911053b9c48e4e3f141afa 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdMagicBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/03/30 14:42:23 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/05/14 14:43:38 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -57,6 +57,16 @@ namespace bbstd
    BlackBox::bbSetStatusAndPropagate(c,s);
   }
 
+  void MagicBox::bbUserSetDefaultValues()
+  {
+    mCanSet = true;
+  }
+  void MagicBox::bbUserInitializeProcessing() 
+  { 
+  }
+  void  MagicBox::bbUserFinalizeProcessing() 
+  {
+  }
   void MagicBox::DoProcess()
   { 
     mCanSet = true;