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=1ba779ef890db57b2a421fa1e0e44174dae30cc6;hpb=e263b7ace0f53d647a731553a3f67700838ad146;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 1ba779e..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; }