X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewManager.h;h=6a4f95f57b6d1899d0d27790da79c6891144d8fc;hb=e263b7ace0f53d647a731553a3f67700838ad146;hp=b086e9e78a9376074ae95b8b120483e4ce25df9a;hpb=cef231b63d21ad7ac9914306a0a012666c24f00a;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h index b086e9e..6a4f95f 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h @@ -75,8 +75,9 @@ class ColorLayerImageViewManager void GetSpcBase (int id,double *spc); void GetDimensionOriginalLayer (int id,int *dim); void GetSpcOriginalLayer (int id,double *spc); - void SetNewSpacingLayer(double *spc); + void SetNewSpacingLayer (double *spc); + vtkLookupTable* GetLookupTable(int id); private: std::vector< ColorLayerImageView* > _colorLayerImageViewLst;