X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Zone.h;h=cde3b789a8f0a2a7facef4709c4ea50a23d2e982;hb=545854182f0363f61284d5abe34c3627d4f3b088;hp=3f95324ceb28e197b565e1f30b54817081b98232;hpb=69048e668dcd9f681a48054df3b01a84d7ed773e;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Zone.h b/src/HYDROData/HYDROData_Zone.h index 3f95324c..cde3b789 100644 --- a/src/HYDROData/HYDROData_Zone.h +++ b/src/HYDROData/HYDROData_Zone.h @@ -135,11 +135,13 @@ public: /** * Sets the reference object to resolve the conflict. * This object is used only in case of "Merge_Object" merge type. + * \param theObject the merge object */ HYDRODATA_EXPORT virtual void SetMergeObject( const Handle(HYDROData_Entity)& theObject ); /** * Returns the reference object to resolve the conflict. + * \return the merge object */ HYDRODATA_EXPORT virtual Handle(HYDROData_Entity) GetMergeObject() const; @@ -150,11 +152,13 @@ public: /** * Add new one object for zone. + * \param theObject the object to add */ HYDRODATA_EXPORT virtual bool AddObject( const Handle(HYDROData_Entity)& theObject ); /** * Returns all objects of zone. + * \return the list of objects */ HYDRODATA_EXPORT virtual HYDROData_SequenceOfObjects GetObjects() const; @@ -163,6 +167,10 @@ public: */ HYDRODATA_EXPORT virtual void RemoveObjects(); + /** + * Returns submersible flag. + * \return true if all objects of the zone is submersible + */ HYDRODATA_EXPORT bool IsSubmersible() const; protected: