#include <MED_TStructures.hxx>

Public Types | |
| typedef TTNameInfo | TNameInfoBase |
Public Member Functions | |
| TTFieldInfo (const PMeshInfo &theMeshInfo, const PFieldInfo &theInfo) | |
| TTFieldInfo (const PMeshInfo &theMeshInfo, TInt theNbComp, ETypeChamp theType, const std::string &theValue, EBooleen theIsLocal, TInt theNbRef) | |
| virtual std::string | GetCompName (TInt theId) const |
| Get name of the component by its order number. More... | |
| virtual void | SetCompName (TInt theId, const std::string &theValue) |
| Set name for the component by its order number. More... | |
| virtual std::string | GetUnitName (TInt theId) const |
| Get unit of the component by its order number. More... | |
| virtual void | SetUnitName (TInt theId, const std::string &theValue) |
| Set unit for the component by its order number. More... | |
| const PMeshInfo & | GetMeshInfo () const |
| Get a reference to corresponding MED Mesh. More... | |
| ETypeChamp | GetType () const |
| Find out what type of MED FIELD is used. More... | |
| TInt | GetNbComp () const |
| Get number of components for MED FIELD. More... | |
| EBooleen | GetIsLocal () const |
| Find out if MED FIELD is local or not. More... | |
| TInt | GetNbRef () const |
| Find out number of references for the MED FIELD. 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... | |
| ETypeChamp | myType |
| Defines type of MED Field. More... | |
| TInt | myNbComp |
| Defines number of components stored in the field. More... | |
| EBooleen | myIsLocal |
| Defines if the MED Field is local. More... | |
| TInt | myNbRef |
| Defines number of references of the field. More... | |
| TString | myCompNames |
| Contains names for each of MED Field components. More... | |
| TString | myUnitNames |
| Contains units for each of MED Field components. More... | |
| TString | myName |
| Keeps its name. More... | |
| MED::TTFieldInfo::TTFieldInfo | ( | const PMeshInfo & | theMeshInfo, |
| const PFieldInfo & | theInfo | ||
| ) |
| MED::TTFieldInfo::TTFieldInfo | ( | const PMeshInfo & | theMeshInfo, |
| TInt | theNbComp, | ||
| ETypeChamp | theType, | ||
| const std::string & | theValue, | ||
| EBooleen | theIsLocal, | ||
| TInt | theNbRef | ||
| ) |
|
virtual |
Get name of the component by its order number.
Implements MED::TFieldInfo.
References MED::GetPNOMLength(), MED::GetString(), and MED::TFieldInfo::myCompNames.
|
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 |
Find out what type of MED FIELD is used.
|
virtual |
Get unit of the component by its order number.
Implements MED::TFieldInfo.
References MED::GetPNOMLength(), MED::GetString(), and MED::TFieldInfo::myUnitNames.
|
virtual |
Set name for the component by its order number.
Implements MED::TFieldInfo.
References MED::GetPNOMLength(), MED::TFieldInfo::myCompNames, and MED::SetString().
Referenced by TTFieldInfo().
|
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.
|
virtual |
Set unit for the component by its order number.
Implements MED::TFieldInfo.
References MED::GetPNOMLength(), MED::TFieldInfo::myUnitNames, and MED::SetString().
Referenced by TTFieldInfo().
|
inherited |
Contains names for each of MED Field components.
Referenced by GetCompName(), MED::TWrapper::GetFieldInfo(), SetCompName(), MED::TWrapper::SetFieldInfo(), and TTFieldInfo().
|
inherited |
Defines if the MED Field is local.
Referenced by MED::TWrapper::GetTimeStampInfo(), and TTFieldInfo().
|
inherited |
A reference to corresponding MED Mesh.
Referenced by MED::TWrapper::GetFieldInfo(), MED::TWrapper::GetNbTimeStamps(), MED::TWrapper::GetTimeStampInfo(), MED::TWrapper::SetFieldInfo(), and TTFieldInfo().
|
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 components stored in the field.
Referenced by MED::TWrapper::GetFieldInfo(), MED::TWrapper::SetFieldInfo(), and TTFieldInfo().
|
inherited |
Defines number of references of the field.
Referenced by MED::TWrapper::GetTimeStampInfo(), and TTFieldInfo().
|
inherited |
Defines type of MED Field.
Referenced by MED::TWrapper::GetFieldInfo(), MED::TWrapper::SetFieldInfo(), and TTFieldInfo().
|
inherited |
Contains units for each of MED Field components.
Referenced by MED::TWrapper::GetFieldInfo(), GetUnitName(), MED::TWrapper::SetFieldInfo(), SetUnitName(), and TTFieldInfo().