Define a base class which represents MED Family entity. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| const PMeshInfo & | GetMeshInfo () const |
| Get a reference to corresponding MED Mesh. More... | |
| TInt | GetId () const |
| Gets number of the MED FAMILY. More... | |
| void | SetId (TInt theId) |
| TInt | GetNbGroup () const |
| Gets number of MED GROUPS the MED FAMILY is bound to. More... | |
| virtual std::string | GetGroupName (TInt theId) const =0 |
| Gets name of a bound MED GROUP by its number. More... | |
| virtual void | SetGroupName (TInt theId, const std::string &theValue)=0 |
| Sets name of the defined MED GROUP by its number. More... | |
| TInt | GetNbAttr () const |
| Gets number of attached attributes for the MED FAMILY. More... | |
| TInt | GetAttrId (TInt theId) const |
| Get MED FAMILY attribute by its number. More... | |
| void | SetAttrId (TInt theId, TInt theVal) |
| Set MED FAMILY attribute by its number. More... | |
| TInt | GetAttrVal (TInt theId) const |
| Get MED FAMILY attribute by its number. More... | |
| void | SetAttrVal (TInt theId, TInt theVal) |
| Set MED FAMILY attribute by its number. More... | |
| virtual std::string | GetAttrDesc (TInt theId) const =0 |
| Get value of the MED FAMILY attribute by its number. More... | |
| virtual void | SetAttrDesc (TInt theId, const std::string &theValue)=0 |
| Set value of the MED FAMILY attribute by its number. More... | |
| virtual std::string | GetName () const =0 |
| Gets its name. More... | |
| virtual void | SetName (const std::string &theValue)=0 |
| Set a new name. More... | |
| virtual void | SetName (const TString &theValue)=0 |
| Set a new name. More... | |
Data Fields | |
| PMeshInfo | myMeshInfo |
| A reference to corresponding MED Mesh. More... | |
| TInt | myId |
| An unique index of the MED FAMILY. More... | |
| TInt | myNbGroup |
| Define number of the MED FAMILY. More... | |
| TString | myGroupNames |
| Contains sequence of the names for the MED Groups connected to. More... | |
| TInt | myNbAttr |
| Defines number of the MED Family attributes. More... | |
| TFamAttr | myAttrId |
| Defines sequence of the indexes of the MED Family attributes. More... | |
| TFamAttr | myAttrVal |
| Defines sequence of the values of the MED Family attributes. More... | |
| TString | myAttrDesc |
| Defines sequence of the names of the MED Family attributes. More... | |
| TString | myName |
| Keeps its name. More... | |
Define a base class which represents MED Family entity.
|
pure virtual |
Get value of the MED FAMILY attribute by its number.
Implemented in MED::TTFamilyInfo.
|
pure virtual |
Gets name of a bound MED GROUP by its number.
Implemented in MED::TTFamilyInfo.
| const PMeshInfo & MED::TFamilyInfo::GetMeshInfo | ( | ) | const |
Get a reference to corresponding MED Mesh.
|
pure virtualinherited |
Gets its name.
Implemented in MED::TTNameInfo.
|
pure virtual |
Set value of the MED FAMILY attribute by its number.
Implemented in MED::TTFamilyInfo.
|
pure virtual |
Sets name of the defined MED GROUP by its number.
Implemented in MED::TTFamilyInfo.
| void MED::TFamilyInfo::SetId | ( | TInt | theId | ) |
|
pure virtualinherited |
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo.
| TString MED::TFamilyInfo::myAttrDesc |
Defines sequence of the names of the MED Family attributes.
Referenced by MED::TTFamilyInfo::GetAttrDesc(), MED::TWrapper::GetFamilyInfo(), MED::TTFamilyInfo::SetAttrDesc(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
| TFamAttr MED::TFamilyInfo::myAttrId |
Defines sequence of the indexes of the MED Family attributes.
Referenced by GetAttrId(), MED::TWrapper::GetFamilyInfo(), SetAttrId(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
| TFamAttr MED::TFamilyInfo::myAttrVal |
Defines sequence of the values of the MED Family attributes.
Referenced by GetAttrVal(), MED::TWrapper::GetFamilyInfo(), SetAttrVal(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
| TString MED::TFamilyInfo::myGroupNames |
Contains sequence of the names for the MED Groups connected to.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TTFamilyInfo::GetGroupName(), MED::TWrapper::SetFamilyInfo(), MED::TTFamilyInfo::SetGroupName(), and MED::TTFamilyInfo::TTFamilyInfo().
| TInt MED::TFamilyInfo::myId |
An unique index of the MED FAMILY.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
| PMeshInfo MED::TFamilyInfo::myMeshInfo |
A reference to corresponding MED Mesh.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
|
inherited |
Keeps its name.
Referenced by MED::TWrapper::GetCellInfo(), MED::TWrapper::GetEntityInfo(), MED::TWrapper::GetFamilies(), MED::TWrapper::GetFamilyInfo(), MED::TWrapper::GetFieldInfo(), MED::TWrapper::GetGaussInfo(), MED::TWrapper::GetGrilleInfo(), MED::TWrapper::GetGrilleStruct(), MED::TWrapper::GetGrilleType(), MED::TWrapper::GetMeshInfo(), MED::TTNameInfo::GetName(), MED::TWrapper::GetNames(), MED::TWrapper::GetNbCells(), MED::TWrapper::GetNbFamAttr(), MED::TWrapper::GetNbFamGroup(), MED::TWrapper::GetNbFamilies(), MED::TWrapper::GetNbNodes(), MED::TWrapper::GetNbTimeStamps(), MED::TWrapper::GetNodeInfo(), MED::TWrapper::GetNumeration(), MED::TWrapper::GetPolyedreConnSize(), MED::TWrapper::GetPolyedreInfo(), MED::TWrapper::GetPolygoneConnSize(), MED::TWrapper::GetPolygoneInfo(), MED::TWrapper::GetProfileInfo(), MED::TWrapper::GetTimeStampInfo(), MED::TWrapper::SetCellInfo(), MED::TWrapper::SetFamilies(), MED::TWrapper::SetFamilyInfo(), MED::TWrapper::SetFieldInfo(), MED::TWrapper::SetGrilleInfo(), MED::TWrapper::SetMeshInfo(), MED::TTNameInfo::SetName(), MED::TWrapper::SetNames(), MED::TWrapper::SetNodeInfo(), MED::TWrapper::SetNumeration(), MED::TWrapper::SetPolyedreInfo(), MED::TWrapper::SetPolygoneInfo(), MED::TWrapper::SetProfileInfo(), and MED::TTNameInfo::TTNameInfo().
| TInt MED::TFamilyInfo::myNbAttr |
Defines number of the MED Family attributes.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().
| TInt MED::TFamilyInfo::myNbGroup |
Define number of the MED FAMILY.
Defines number MED Groups connected to
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and MED::TTFamilyInfo::TTFamilyInfo().