X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FBase%2FMED_Structures.hxx;h=534e35bd8d0b8c5446e88c996e9f29b09e1f4b59;hb=e7811c61c3565ada368be484f20e7fcac4a9f2cb;hp=bcd361a6772804810ae377e96243f3664feafbe1;hpb=7ec258416f5fd16634ee4ab7c789f9af809dee18;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/Base/MED_Structures.hxx b/src/MEDWrapper/Base/MED_Structures.hxx index bcd361a67..534e35bd8 100644 --- a/src/MEDWrapper/Base/MED_Structures.hxx +++ b/src/MEDWrapper/Base/MED_Structures.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 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 @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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