]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx
#3418 creaMaracasVisu Feature New Normal - ManualPaint_model with openmp
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewManager.cxx
index 774d66383e84f740de12ced2a54fcb472bc3c47b..4bc83c84e70e86c0fe38bfbfa944401e309cb9cd 100644 (file)
@@ -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