X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ShapeLandCoverMap.cxx;h=0a6b59abe3394840719ac12413ed4943f8e4c2c0;hb=fcf6bb94aa4bb389b1e4b2150d631048ef89e1ad;hp=de07a5b555496cf2dde81591a3fec57647b5b384;hpb=1011d69194021d20f588f35b4502a9e2b7790078;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ShapeLandCoverMap.cxx b/src/HYDROGUI/HYDROGUI_ShapeLandCoverMap.cxx index de07a5b5..0a6b59ab 100644 --- a/src/HYDROGUI/HYDROGUI_ShapeLandCoverMap.cxx +++ b/src/HYDROGUI/HYDROGUI_ShapeLandCoverMap.cxx @@ -67,6 +67,11 @@ void HYDROGUI_ShapeLandCoverMap::update( bool theIsUpdateViewer, bool isDeactiva HYDROGUI_Shape::update( theIsUpdateViewer, isDeactivateSelection ); } +bool HYDROGUI_ShapeLandCoverMap::isScalarMapModeEnabled() const +{ + return myIsScalarMapMode; +} + void HYDROGUI_ShapeLandCoverMap::setScalarMapModeEnabled( const bool theIsToEnable ) { myIsScalarMapMode = theIsToEnable;