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=f9901e756bb82bd333310b47607875331616bb29;hp=06194feac52723a90d9bbb1976e5b42753282013;hpb=d1de4d9e4121e4602daf11142cbc4b03c386d98a;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 06194fe..6a4f95f 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.h @@ -57,6 +57,7 @@ class ColorLayerImageViewManager void SetGreyLevelBoundaries(std::vector & grey_level_boundary); void SetBaseTransparence(std::vector & base_transparence); void SetRangeForColorBar(std::vector & range); + void SetColorBarPosition(std::vector & colorbarposition); double GetGreyLevelBoundaries(unsigned int index); void SetPlainOrGradientColor(bool color_type); int GetBaseColorNb(); @@ -74,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;