X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Zone.h;h=cde3b789a8f0a2a7facef4709c4ea50a23d2e982;hb=4d4d74dd554819c30f1c8ded5520cc6c25aba56b;hp=3f95324ceb28e197b565e1f30b54817081b98232;hpb=c8e83d6c803519b483f3b1c03a7704710e0874fd;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: