X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewManager.cxx;h=8fdaa7c2b4a53befbf1fc84cdeac8e8ea0bfef25;hb=cef231b63d21ad7ac9914306a0a012666c24f00a;hp=bc06bfded77c992a6d614819ed56fb3889a7c2ff;hpb=2154a89395b7e9869b0e3dea859425d52a5aa9bd;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx index bc06bfd..8fdaa7c 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewManager.cxx @@ -207,6 +207,20 @@ void ColorLayerImageViewManager::SetRangeForColorBar(std::vector &range) } // for } +//---------------------------------------------------------------------------- +void ColorLayerImageViewManager::SetColorBarPosition(std::vector &colorbarposition) +{ + int i, size=_colorLayerImageViewLst.size(); + for (i=0;iSetColorBarPosition( colorbarposition ); + } // if + } // for +} + + //----------------------------------------------------------------------------