Define a parent class for all MED entities that describes mesh entites such as nodes and cells. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| const PMeshInfo & | GetMeshInfo () const |
| Get a reference to corresponding MED Mesh. | |
| TInt | GetNbElem () const |
| TInt | GetFamNum (TInt theId) const |
| Get number of a MED FAMILY by order number of the mesh element. | |
| void | SetFamNum (TInt theId, TInt theVal) |
| Set number of a MED FAMILY for the mesh element with the order number. | |
| EBooleen | IsElemNum () const |
| Let know if the mesh elements are indexed. | |
| EBooleen | IsFamNum () const |
| Let know if the mesh elements family are indexed. | |
| TInt | GetElemNum (TInt theId) const |
| Get a reference number of the mesh element by its order number. | |
| void | SetElemNum (TInt theId, TInt theVal) |
| Set a reference number for the mesh element by its order number. | |
| EBooleen | IsElemNames () const |
| Let know if the mesh elements havew names. | |
| virtual std::string | GetElemName (TInt theId) const =0 |
| Get name of the mesh element by its order number. | |
| virtual void | SetElemName (TInt theId, const std::string &theValue)=0 |
| Set name of the mesh element by its order number. | |
Data Fields | |
| PMeshInfo | myMeshInfo |
| A reference to correspondig MED Mesh. | |
| TInt | myNbElem |
| PElemNum | myFamNum |
| Get number of mesh elements. | |
| EBooleen | myIsElemNum |
| Defines if the mesh elements are indexed. | |
| EBooleen | myIsFamNum |
| Defines if the mesh elements family are indexed. | |
| PElemNum | myElemNum |
| Contains sequence of the indexes for the mesh elements. | |
| EBooleen | myIsElemNames |
| Defines if the mesh elements are named. | |
| PString | myElemNames |
| Contains sequence of the names for the mesh elements. | |
Define a parent class for all MED entities that describes mesh entites such as nodes and cells.
| TInt MED.TElemInfo.GetNbElem | ( | ) | const |
Get number of a MED FAMILY by order number of the mesh element.
| EBooleen MED.TElemInfo.IsElemNum | ( | ) | const |
Let know if the mesh elements are indexed.
| EBooleen MED.TElemInfo.IsFamNum | ( | ) | const |
Let know if the mesh elements family are indexed.
Get a reference number of the mesh element by its order number.
Set a reference number for the mesh element by its order number.
| EBooleen MED.TElemInfo.IsElemNames | ( | ) | const |
Let know if the mesh elements havew names.
| virtual std::string MED.TElemInfo.GetElemName | ( | TInt | theId | ) | const [pure virtual] |
Get name of the mesh element by its order number.
Implemented in MED.TTElemInfo< eVersion >.
| virtual void MED.TElemInfo.SetElemName | ( | TInt | theId, |
| const std::string & | theValue | ||
| ) | [pure virtual] |
Set name of the mesh element by its order number.
Implemented in MED.TTElemInfo< eVersion >.
A reference to correspondig MED Mesh.
Get number of mesh elements.
Defines sequence MED Family indexes for corresponding mesh entites
Defines if the mesh elements are indexed.
Defines if the mesh elements family are indexed.
Contains sequence of the indexes for the mesh elements.
Defines if the mesh elements are named.
Contains sequence of the names for the mesh elements.