X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuTubeFilter.cxx;h=dbb0a9e457551b8ab38f588d65e0fe566418746b;hb=1aead308982954197e87bdc30995435fcb04b459;hp=c25e3e5bb8411b9c2b0be0849a7609223cf93bf2;hpb=3ffc04fea9ffbe065dd0141b2d213353e874b284;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuTubeFilter.cxx b/bbtk/src/bbcreaMaracasVisuTubeFilter.cxx index c25e3e5..dbb0a9e 100644 --- a/bbtk/src/bbcreaMaracasVisuTubeFilter.cxx +++ b/bbtk/src/bbcreaMaracasVisuTubeFilter.cxx @@ -109,8 +109,6 @@ namespace bbcreaMaracasVisu void MaracasTubeFilter::Run() { - - unsigned int i; unsigned int nTv = 8; // No. of surface elements for each tube vertex @@ -242,8 +240,6 @@ void TubeFilter::Process() // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') - printf("EED TubeFilter::Process start \n"); - if (tubefilter!=NULL) { delete tubefilter; @@ -266,7 +262,6 @@ void TubeFilter::Process() tubefilter->SetlstColour( bbGetInputColour() ); tubefilter->Run(); bbSetOutputOutAxis( tubefilter->GetActor() ); - printf("EED TubeFilter::Process end \n"); } //=====