X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FLayerImageBase.cxx;h=c295169ae16fc898a8eb0fab5bb0708ab31cde3e;hb=9a8f7c9cb08ffcb57f1558b9d20f7fbcd95df017;hp=1a494c76043f5225386ac034b07dfa23aa9df8e3;hpb=4767ea16c820745084faecb4a62d5bf73a0beef1;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx index 1a494c7..c295169 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx @@ -386,7 +386,6 @@ void LayerImageBase::Refresh() //---------------------------------------------------------------------------- vtkLookupTable* LayerImageBase::GetThresholdTable() { -printf("EED LayerImageBase::GetThresholdTable\n"); return _thresholdTable; } @@ -637,5 +636,10 @@ void LayerImageBase::GetImageScalarRange() _range[1]=max; } +vtkScalarsToColors* LayerImageBase::GetLookupTable() +{ + return _thresholdTable; +} + // EOF