Salome HOME
Copyright update 2020
[modules/smesh.git] / src / MEDWrapper / MED_Structures.hxx
index 8e9beae8801d669c43c5893c8dc49888ddcdfa2c..e71db48da5069d8984877d0f7d0f86d4f3176f4a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  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
@@ -133,7 +133,7 @@ namespace MED
   //! Define a base class which represents MED Family entity
   struct MEDWRAPPER_EXPORT TFamilyInfo: virtual TNameInfo
   {
-    PMeshInfo myMeshInfo; //!< A reference to correspondig MED Mesh
+    PMeshInfo myMeshInfo; //!< A reference to corresponding MED Mesh
     //! Get a reference to corresponding MED Mesh
     const PMeshInfo& GetMeshInfo() const { return myMeshInfo; }
 
@@ -183,17 +183,17 @@ namespace MED
   typedef SharedPtr<TElemNum> 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
+    PMeshInfo myMeshInfo; //!< A reference to corresponding MED Mesh
     //! Get a reference to corresponding MED Mesh
     const PMeshInfo& GetMeshInfo() const { return myMeshInfo; }
 
     TInt myNbElem; //<! Number of corresponding mesh entities
     TInt GetNbElem() const { return myNbElem; } //! Get number of mesh elements
 
-    //! Defines sequence MED Family indexes for corresponding mesh entites
+    //! Defines sequence MED Family indexes for corresponding mesh entities
     PElemNum myFamNum;
     //! Get number of a MED FAMILY by order number of the mesh element
     TInt GetFamNum(TInt theId) const;
@@ -219,7 +219,7 @@ namespace MED
 
     //! Defines if the mesh elements are named
     EBooleen myIsElemNames;
-    //! Let know if the mesh elements havew names
+    //! Let know if the mesh elements have names
     EBooleen IsElemNames() const { return myIsElemNames; }
 
     //! Contains sequence of the names for the mesh elements
@@ -289,7 +289,7 @@ namespace MED
     EGeometrieElement GetGeom() const { return myGeom; }
 
     EConnectivite myConnMode; //!< Defines connectivity mode
-    //! Find out in what connectivity the cells are writen
+    //! Find out in what connectivity the cells are written
     EConnectivite GetConnMode() const { return myConnMode; }
 
     virtual TInt GetConnDim() const = 0; //!< Gives step in the connectivity sequence
@@ -319,7 +319,7 @@ namespace MED
 
     //! Defines connectivity mode
     EConnectivite myConnMode; // eNOD|eDESC(eDESC not used)
-    //! Find out in what connectivity the cells are writen
+    //! Find out in what connectivity the cells are written
     EConnectivite GetConnMode() const { return myConnMode; }
 
     PElemNum myConn; //!< Table de connectivities
@@ -338,7 +338,7 @@ namespace MED
   //! Define a class representing MED_BALL structure element.
   /*!
     This could be a generic class for any structure element
-    holding any number of contant and variable attributes
+    holding any number of constant and variable attributes
     but it's too hard to implement
   */
   struct MEDWRAPPER_EXPORT TBallInfo:
@@ -368,7 +368,7 @@ namespace MED
 
     //! Defines connectivity mode
     EConnectivite myConnMode; // eNOD|eDESC(eDESC not used)
-    //! Find out in what connectivity the cells are writen
+    //! Find out in what connectivity the cells are written
     EConnectivite GetConnMode() const { return myConnMode; }
 
     PElemNum myConn; //!< Table de connectivities
@@ -499,7 +499,7 @@ namespace MED
   struct MEDWRAPPER_EXPORT TTimeStampInfo:
     virtual TBase
   {
-    PFieldInfo myFieldInfo; //!< A reference to correspondig MED Field
+    PFieldInfo myFieldInfo; //!< A reference to corresponding MED Field
     //! Get a reference to corresponding MED Field
     const PFieldInfo& GetFieldInfo() const { return myFieldInfo; }
 
@@ -587,7 +587,7 @@ namespace MED
     size_t
     GetSize() const;
 
-    //! Returns MED interpetation of the value size
+    //! Returns MED interpretation of the value size
     size_t
     GetNbVal() const;
 
@@ -773,9 +773,9 @@ namespace MED
   struct MEDWRAPPER_EXPORT TTimeStampValueBase:
     virtual TModeSwitchInfo
   {
-    //! A reference to correspondig MED TimeStamp
+    //! A reference to corresponding MED TimeStamp
     PTimeStampInfo myTimeStampInfo;
-    //!< Get a reference to correspondig MED TimeStamp
+    //!< Get a reference to corresponding MED TimeStamp
     const PTimeStampInfo& GetTimeStampInfo() const { return myTimeStampInfo; }
 
     //! Keeps set of MED EGeometrieElement which contains values for the timestamp
@@ -1041,7 +1041,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
@@ -1050,7 +1050,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