X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewManager.cxx;h=4bc83c84e70e86c0fe38bfbfa944401e309cb9cd;hb=ca35b13e046343c8b50cbd6b833828b06c9d1608;hp=774d66383e84f740de12ced2a54fcb472bc3c47b;hpb=4767ea16c820745084faecb4a62d5bf73a0beef1;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx index 774d663..4bc83c8 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx @@ -411,13 +411,10 @@ vtkImageData* ColorLayerImageViewManager::GetImageChangeInformation(int id) //---------------------------------------------------------------------------- vtkLookupTable* ColorLayerImageViewManager::GetLookupTable(int id) { -printf("EED ColorLayerImageViewManager::GetLookupTable 0 \n"); if (_colorLayerImageViewLst[id]!=NULL) { -printf("EED ColorLayerImageViewManager::GetLookupTable 1 \n"); return _colorLayerImageViewLst[id]->GetThresholdTable( ); } // if -printf("EED ColorLayerImageViewManager::GetLookupTable 2 \n"); return NULL; } @@ -457,7 +454,6 @@ void ColorLayerImageViewManager::GetSpcOriginalLayer(int id,double *spc) } // if } -//---------------------------------------------------------------------------- //---------------------------------------------------------------------------- void ColorLayerImageViewManager::SetNewSpacingLayer(double *spc) { @@ -472,6 +468,5 @@ void ColorLayerImageViewManager::SetNewSpacingLayer(double *spc) } - // EOF