]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVtkBlackBoxMacros.h
no message
[bbtk.git] / kernel / src / bbtkVtkBlackBoxMacros.h
index cdbd65540454cef4db8a8cfb7c8c63a5e6944580..6102fef06bdb30fa24a03e785bf1ded593a8c423 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVtkBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:06 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2009/12/18 18:37:44 $
+  Version:   $Revision: 1.14 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
   {                                                                    \
     bbtkBlackBoxDebugMessage("process",1,"**> Processing..."           \
                             <<std::endl);                              \
-    mVtkObject->Update();                                              \
+    mVtkObject->Update();      \
+printf("EED Process %s\n", bbGetFullName().c_str() ); \
+  vtkIndent indent(2); \
+   mVtkObject->PrintSelf(std::cout, indent ); \
     bbtkBlackBoxDebugMessage("process",2,"<** Processing"              \
                             <<std::endl);                              \
   }