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

Public Member Functions | |
| const PMeshInfo & | GetMeshInfo () const |
| Get a reference to corresponding MED Mesh. More... | |
| TInt | GetNbElem () const |
| TInt | GetFamNum (TInt theId) const |
| Get number of a MED FAMILY by order number of the mesh element. More... | |
| void | SetFamNum (TInt theId, TInt theVal) |
| Set number of a MED FAMILY for the mesh element with the order number. More... | |
| EBooleen | IsElemNum () const |
| Let know if the mesh elements are indexed. More... | |
| EBooleen | IsFamNum () const |
| Let know if the mesh elements family are indexed. More... | |
| TInt | GetElemNum (TInt theId) const |
| Get a reference number of the mesh element by its order number. More... | |
| void | SetElemNum (TInt theId, TInt theVal) |
| Set a reference number for the mesh element by its order number. More... | |
| EBooleen | IsElemNames () const |
| Let know if the mesh elements have names. More... | |
| virtual std::string | GetElemName (TInt theId) const =0 |
| Get name of the mesh element by its order number. More... | |
| virtual void | SetElemName (TInt theId, const std::string &theValue)=0 |
| Set name of the mesh element by its order number. More... | |
Data Fields | |
| PMeshInfo | myMeshInfo |
| A reference to corresponding MED Mesh. More... | |
| TInt | myNbElem |
| PElemNum | myFamNum |
| Get number of mesh elements. More... | |
| EBooleen | myIsElemNum |
| Defines if the mesh elements are indexed. More... | |
| EBooleen | myIsFamNum |
| Defines if the mesh elements family are indexed. More... | |
| PElemNum | myElemNum |
| Contains sequence of the indexes for the mesh elements. More... | |
| EBooleen | myIsElemNames |
| Defines if the mesh elements are named. More... | |
| PString | myElemNames |
| Contains sequence of the names for the mesh elements. More... | |
Define a parent class for all MED entities that describes mesh entities such as nodes and cells.
|
pure virtual |
Get name of the mesh element by its order number.
Implemented in MED::TTElemInfo.
Get a reference number of the mesh element by its order number.
References myElemNum.
| const PMeshInfo & MED::TElemInfo::GetMeshInfo | ( | ) | const |
Get a reference to corresponding MED Mesh.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
| TInt MED::TElemInfo::GetNbElem | ( | ) | const |
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
| EBooleen MED::TElemInfo::IsElemNames | ( | ) | const |
Let know if the mesh elements have names.
| EBooleen MED::TElemInfo::IsElemNum | ( | ) | const |
Let know if the mesh elements are indexed.
Referenced by SetElemNum().
| EBooleen MED::TElemInfo::IsFamNum | ( | ) | const |
Let know if the mesh elements family are indexed.
|
pure virtual |
Set name of the mesh element by its order number.
Implemented in MED::TTElemInfo.
Set a reference number for the mesh element by its order number.
References IsElemNum().
Referenced by MED::TTElemInfo::TTElemInfo().
Set number of a MED FAMILY for the mesh element with the order number.
References MED::eVRAI, and myIsFamNum.
Referenced by MED::TTElemInfo::TTElemInfo().
| PString MED::TElemInfo::myElemNames |
Contains sequence of the names for the mesh elements.
Referenced by MED::TWrapper::GetCellInfo(), MED::TTElemInfo::GetElemName(), MED::TWrapper::GetNames(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::SetCellInfo(), MED::TTElemInfo::SetElemName(), MED::TWrapper::SetNames(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetPolyedreInfo(), and MED::TTElemInfo::TTElemInfo().
| PElemNum MED::TElemInfo::myElemNum |
Contains sequence of the indexes for the mesh elements.
Referenced by MED::TWrapper::GetCellInfo(), GetElemNum(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetNumeration(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetNumeration(), MED::TWrapper::SetPolyedreInfo(), and MED::TTElemInfo::TTElemInfo().
| PElemNum MED::TElemInfo::myFamNum |
Get number of mesh elements.
Defines sequence MED Family indexes for corresponding mesh entities
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::GetFamilies(), GetFamNum(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetFamilies(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetPolyedreInfo(), and MED::TTElemInfo::TTElemInfo().
| EBooleen MED::TElemInfo::myIsElemNames |
Defines if the mesh elements are named.
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::GetNames(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetNames(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetPolyedreInfo(), and MED::TTElemInfo::TTElemInfo().
| EBooleen MED::TElemInfo::myIsElemNum |
Defines if the mesh elements are indexed.
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetNumeration(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetNumeration(), MED::TWrapper::SetPolyedreInfo(), and MED::TTElemInfo::TTElemInfo().
| EBooleen MED::TElemInfo::myIsFamNum |
Defines if the mesh elements family are indexed.
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::SetCellInfo(), SetFamNum(), and MED::TTElemInfo::TTElemInfo().
| PMeshInfo MED::TElemInfo::myMeshInfo |
A reference to corresponding MED Mesh.
Referenced by MED::TWrapper::GetBallInfo(), MED::TWrapper::GetCellInfo(), MED::TTCellInfo::GetConnDim(), MED::TNodeInfo::GetCoordSlice(), MED::TWrapper::GetFamilies(), MED::TWrapper::GetNames(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetNumeration(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::SetBallInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetFamilies(), MED::TWrapper::SetNames(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetNumeration(), MED::TWrapper::SetPolyedreInfo(), MED::TWrapper::SetPolygoneInfo(), MED::TTCellInfo::TTCellInfo(), and MED::TTElemInfo::TTElemInfo().
| TInt MED::TElemInfo::myNbElem |