]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx
Clean code
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkMeshReduction_DecimatePro.cxx
index 607ed2160476434e446e219dc4461d86bf541f39..fa077d8199c9f84cc34c26a5c67c1527a210603b 100644 (file)
@@ -36,7 +36,9 @@ void MeshReduction_DecimatePro::Process()
         decimatepro->SetInputData( bbGetInputIn() );
         decimatepro->SetTargetReduction( bbGetInputTargetReduction() );
         decimatepro->PreserveTopologyOn();
+        printf("EED MeshReduction_DecimatePro::Process  Running... \n");
         decimatepro->Update();
+        printf("EED MeshReduction_DecimatePro::Process  ...finish \n");
         bbSetOutputOut(decimatepro->GetOutput() );
     } else {
         bbSetOutputOut( NULL );