]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx
#3513 CleanMeshWithPatch
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkMeshReduction_DecimatePro.cxx
index 6c44e15d1769031b9c55e286195b35dd4232cd22..5dc340e9335d81c80b4fe81ac414dc7dcd616b20 100644 (file)
@@ -33,7 +33,9 @@ void MeshReduction_DecimatePro::Process()
                firsttime       = false;
                decimatepro = vtkDecimatePro::New();
        }
-    
+
+    printf("EED MeshReduction_DecimatePro::DoProcess  %s    %p \n", bbGetFullName().c_str(), bbGetInputIn() );
+
     if (bbGetInputIn()!=NULL)
     {
         decimatepro->SetInputData( bbGetInputIn() );