X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkMeshReduction_DecimatePro.cxx;h=04b33a218c0d0184a1f4d520206039c54b3cf705;hb=a3620d4e1b64678c8bc31791fd8cb86a80c04256;hp=fa077d8199c9f84cc34c26a5c67c1527a210603b;hpb=3ddc4d96c06f14b8bcde4073817fcc02ca317c4e;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx index fa077d8..04b33a2 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkMeshReduction_DecimatePro.cxx @@ -36,9 +36,7 @@ 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 ); @@ -49,8 +47,7 @@ void MeshReduction_DecimatePro::Process() //===== void MeshReduction_DecimatePro::bbUserSetDefaultValues() { - -// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX +// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX // Here we initialize the input 'In' to 0 firsttime = true; decimatepro = NULL; @@ -63,20 +60,17 @@ void MeshReduction_DecimatePro::bbUserSetDefaultValues() //===== void MeshReduction_DecimatePro::bbUserInitializeProcessing() { - // THE INITIALIZATION METHOD BODY : // Here does nothing // but this is where you should allocate the internal/output pointers -// if any - - +// if any } -//===== + +//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== void MeshReduction_DecimatePro::bbUserFinalizeProcessing() { - // THE FINALIZATION METHOD BODY : // Here does nothing // but this is where you should desallocate the internal/output pointers @@ -85,10 +79,9 @@ void MeshReduction_DecimatePro::bbUserFinalizeProcessing() if (decimatepro!=NULL) { decimatepro->Delete(); - } - -} + } } -// EO namespace bbcreaVtk + +}// EO namespace bbcreaVtk