X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FLayerImageBase.cxx;fp=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FLayerImageBase.cxx;h=5fd366cd9ce03bc4f4bf3c44684e1707702fd12b;hb=c0f82ff1e5e20e5b66886ab83e1753aa91b187fd;hp=51409832683b8cddf47972ce4209b37fec09ba04;hpb=75d79aeb1ea13f86ff23da48432f3c142420670f;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 5140983..5fd366c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx @@ -598,6 +598,12 @@ void LayerImageBase::GetImageScalarRange() _range[1]=max; } +vtkScalarsToColors* LayerImageBase::GetLookupTable() +{ + return _thresholdTable; +} + + // EOF