X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_ImmersibleZone.h;h=9e0b929db973e7ee00af9b12098851049200e4d4;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=68ca0e9cd7b165a21fe822f79958d0d8efb953df;hpb=da9306621bb30b015b5b71febf0de6b2f2380909;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_ImmersibleZone.h b/src/HYDROData/HYDROData_ImmersibleZone.h index 68ca0e9c..9e0b929d 100644 --- a/src/HYDROData/HYDROData_ImmersibleZone.h +++ b/src/HYDROData/HYDROData_ImmersibleZone.h @@ -48,6 +48,11 @@ public: */ HYDRODATA_EXPORT virtual void Update(); + /** + * Checks that object has 2D presentation. Reimlemented to retun true. + */ + HYDRODATA_EXPORT virtual bool IsHas2dPrs() const; + /** * Returns the top shape of the object. */ @@ -103,7 +108,7 @@ private: /** * Create all necessary child group objects. */ - HYDRODATA_EXPORT virtual void createGroupObjects(); + HYDRODATA_EXPORT void createGroupObjects(); protected: