#include <MED_TStructures.hxx>

Public Types | |
| typedef TTNameInfo | TNameInfoBase |
Public Member Functions | |
| TTFamilyInfo (const PMeshInfo &theMeshInfo, const PFamilyInfo &theInfo) | |
| TTFamilyInfo (const PMeshInfo &theMeshInfo, TInt theNbGroup, TInt theNbAttr, TInt theId, const std::string &theValue) | |
| TTFamilyInfo (const PMeshInfo &theMeshInfo, const std::string &theValue, TInt theId, const TStringSet &theGroupNames, const TStringVector &theAttrDescs, const TIntVector &theAttrIds, const TIntVector &theAttrVals) | |
| virtual std::string | GetGroupName (TInt theId) const |
| Gets name of a bound MED GROUP by its number. More... | |
| virtual void | SetGroupName (TInt theId, const std::string &theValue) |
| Sets name of the defined MED GROUP by its number. More... | |
| virtual std::string | GetAttrDesc (TInt theId) const |
| Get value of the MED FAMILY attribute by its number. More... | |
| virtual void | SetAttrDesc (TInt theId, const std::string &theValue) |
| Set value of the MED FAMILY attribute by its number. More... | |
| 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... | |
| 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 | 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... | |
| virtual std::string | GetName () const |
| Gets its name. More... | |
| virtual void | SetName (const std::string &theValue) |
| Set a new name. More... | |
| virtual void | SetName (const TString &theValue) |
| 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... | |
| MED::TTFamilyInfo::TTFamilyInfo | ( | const PMeshInfo & | theMeshInfo, |
| const PFamilyInfo & | theInfo | ||
| ) |
References MED::GetDESCLength(), MED::GetLNOMLength(), MED::TFamilyInfo::myAttrDesc, MED::TFamilyInfo::myAttrId, MED::TFamilyInfo::myAttrVal, MED::TFamilyInfo::myGroupNames, MED::TFamilyInfo::myId, MED::TFamilyInfo::myMeshInfo, MED::TFamilyInfo::myNbAttr, MED::TFamilyInfo::myNbGroup, SetAttrDesc(), and SetGroupName().
| MED::TTFamilyInfo::TTFamilyInfo | ( | const PMeshInfo & | theMeshInfo, |
| const std::string & | theValue, | ||
| TInt | theId, | ||
| const TStringSet & | theGroupNames, | ||
| const TStringVector & | theAttrDescs, | ||
| const TIntVector & | theAttrIds, | ||
| const TIntVector & | theAttrVals | ||
| ) |
References MED::GetDESCLength(), MED::GetLNOMLength(), MED::TFamilyInfo::myAttrDesc, MED::TFamilyInfo::myAttrId, MED::TFamilyInfo::myAttrVal, MED::TFamilyInfo::myGroupNames, MED::TFamilyInfo::myId, MED::TFamilyInfo::myMeshInfo, MED::TFamilyInfo::myNbAttr, MED::TFamilyInfo::myNbGroup, SetAttrDesc(), and SetGroupName().
|
virtual |
Get value of the MED FAMILY attribute by its number.
Implements MED::TFamilyInfo.
References MED::GetDESCLength(), MED::GetString(), and MED::TFamilyInfo::myAttrDesc.
Get MED FAMILY attribute by its number.
References MED::TFamilyInfo::myAttrId.
Get MED FAMILY attribute by its number.
References MED::TFamilyInfo::myAttrVal.
|
virtual |
Gets name of a bound MED GROUP by its number.
Implements MED::TFamilyInfo.
References MED::GetLNOMLength(), MED::GetString(), and MED::TFamilyInfo::myGroupNames.
|
inherited |
Get a reference to corresponding MED Mesh.
|
virtualinherited |
Gets its name.
Implements MED::TNameInfo.
References MED::GetNOMLength(), MED::GetString(), and MED::TNameInfo::myName.
|
pure virtualinherited |
Gets its name.
Implemented in MED::TTNameInfo.
|
inherited |
Gets number of attached attributes for the MED FAMILY.
|
inherited |
|
virtual |
Set value of the MED FAMILY attribute by its number.
Implements MED::TFamilyInfo.
References MED::GetDESCLength(), MED::TFamilyInfo::myAttrDesc, and MED::SetString().
Referenced by TTFamilyInfo().
Set MED FAMILY attribute by its number.
References MED::TFamilyInfo::myAttrId.
Set MED FAMILY attribute by its number.
References MED::TFamilyInfo::myAttrVal.
|
virtual |
Sets name of the defined MED GROUP by its number.
Implements MED::TFamilyInfo.
References MED::GetLNOMLength(), MED::TFamilyInfo::myGroupNames, and MED::SetString().
Referenced by TTFamilyInfo().
|
inherited |
|
virtualinherited |
Set a new name.
Implements MED::TNameInfo.
References MED::GetNOMLength(), MED::TNameInfo::myName, and MED::SetString().
Referenced by MED::TTNameInfo::TTNameInfo().
|
pure virtualinherited |
|
virtualinherited |
Set a new name.
Implements MED::TNameInfo.
References MED::GetNOMLength(), MED::TNameInfo::myName, and MED::SetString().
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo.
|
inherited |
Defines sequence of the names of the MED Family attributes.
Referenced by GetAttrDesc(), MED::TWrapper::GetFamilyInfo(), SetAttrDesc(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().
|
inherited |
Defines sequence of the indexes of the MED Family attributes.
Referenced by MED::TFamilyInfo::GetAttrId(), MED::TWrapper::GetFamilyInfo(), MED::TFamilyInfo::SetAttrId(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().
|
inherited |
Defines sequence of the values of the MED Family attributes.
Referenced by MED::TFamilyInfo::GetAttrVal(), MED::TWrapper::GetFamilyInfo(), MED::TFamilyInfo::SetAttrVal(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().
|
inherited |
Contains sequence of the names for the MED Groups connected to.
Referenced by MED::TWrapper::GetFamilyInfo(), GetGroupName(), MED::TWrapper::SetFamilyInfo(), SetGroupName(), and TTFamilyInfo().
|
inherited |
An unique index of the MED FAMILY.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().
|
inherited |
A reference to corresponding MED Mesh.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and 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().
|
inherited |
Defines number of the MED Family attributes.
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().
|
inherited |
Define number of the MED FAMILY.
Defines number MED Groups connected to
Referenced by MED::TWrapper::GetFamilyInfo(), MED::TWrapper::SetFamilyInfo(), and TTFamilyInfo().