X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FBase%2FMED_Structures.hxx;h=534e35bd8d0b8c5446e88c996e9f29b09e1f4b59;hb=e7811c61c3565ada368be484f20e7fcac4a9f2cb;hp=b2153ed911b66196673365cc74812b32a73e03eb;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/Base/MED_Structures.hxx b/src/MEDWrapper/Base/MED_Structures.hxx index b2153ed91..534e35bd8 100644 --- a/src/MEDWrapper/Base/MED_Structures.hxx +++ b/src/MEDWrapper/Base/MED_Structures.hxx @@ -181,7 +181,7 @@ namespace MED typedef TIntVector TElemNum; typedef SharedPtr PElemNum; - //! Define a parent class for all MED entities that describes mesh entites such as nodes and cells. + //! Define a parent class for all MED entities that describes mesh entities such as nodes and cells. struct MEDWRAPPER_EXPORT TElemInfo: virtual TBase { PMeshInfo myMeshInfo; //!< A reference to correspondig MED Mesh @@ -191,7 +191,7 @@ namespace MED TInt myNbElem; // TInfo; EModeProfil myMode; //!< Keeps mode for the MED Profile - //! Let known what mode of MED Profile is used + //! Find out what mode of MED Profile is used EModeProfil GetMode() const { return myMode;} //! Set mode for the MED Profile void SetMode(EModeProfil theMode) { myMode = theMode;} @@ -558,10 +558,10 @@ namespace MED //! Set number of mesh elelemts by its order number void SetElemNum(TInt theId, TInt theVal); - //! Let known is the MED Profile defined + //! Find out if the MED Profile defined bool IsPresent() const { return GetName() != "";} - //! Let known size of the MED Profile + //! Find out size of the MED Profile TInt GetSize() const { return (TInt)myElemNum->size();} }; @@ -1047,7 +1047,7 @@ namespace MED void SetGrilleStructure(TInt theAxis,TInt theNb); /*! - *Defines sequence MED Family indexes for corresponding mesh entites + *Defines sequence MED Family indexes for corresponding mesh entities */ TElemNum myFamNum; //! Get number of a MED FAMILY by order number of the mesh element @@ -1056,7 +1056,7 @@ namespace MED void SetFamNum(TInt theId, TInt theVal); /*! - *Defines sequence MED Family indexes for sub entites + *Defines sequence MED Family indexes for sub entities */ TElemNum myFamSubNum; //! Get number of a MED FAMILY by order number of sub element