]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMagicBox.cxx
2150 BBTK Feature New Normal New boxes in vtk package: MaskPoint ProbeFilter DataSetT...
[bbtk.git] / packages / std / src / bbstdMagicBox.cxx
index d8205fb39ea9b79881ee8fe34b31fc0e493dc46e..0bf4ed69ab845bd41912a1b535d2a1e60b8b473a 100644 (file)
@@ -53,7 +53,9 @@ namespace bbstd
   }
   void MagicBox::DoProcess()
   { 
+printf("EED MagicBox::DoProcess Start\n");
     bbSetOutputOut( bbGetInputIn() );
+printf("EED MagicBox::DoProcess End\n");
   }
 
   BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,MagicBox);