X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FBase%2FMED_Structures.hxx;h=534e35bd8d0b8c5446e88c996e9f29b09e1f4b59;hp=0f1d1a21a84b6d7842eaa700b48b1976a3545c17;hb=88141f757b048eaa5aae0be49faaf274448bbcaf;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/src/MEDWrapper/Base/MED_Structures.hxx b/src/MEDWrapper/Base/MED_Structures.hxx index 0f1d1a21a..534e35bd8 100644 --- a/src/MEDWrapper/Base/MED_Structures.hxx +++ b/src/MEDWrapper/Base/MED_Structures.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -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