Define a base class which represents MED Field entity. More...
#include <MED_Structures.hxx>
Public Member Functions | |
virtual std::string GetCompName (TInt theId) const =0 | |
Get name of the component by its order number. More... | |
EBooleen GetIsLocal () const | |
Let known is the MED FIELD is local or not. More... | |
const PMeshInfo & GetMeshInfo () const | |
Get a reference to corresponding MED Mesh. More... | |
TInt GetNbComp () const | |
Get number of components for the MED FIELD. More... | |
TInt GetNbRef () const | |
Let known number of references for the MED FIELD. More... | |
ETypeChamp GetType () const | |
Let known what type of the MED FIELD is used. More... | |
virtual std::string GetUnitName (TInt theId) const =0 | |
Get unit of the component by its order number. More... | |
virtual void SetCompName (TInt theId, const std::string &theValue)=0 | |
Set name for the component by its order number. More... | |
virtual void SetUnitName (TInt theId, const std::string &theValue)=0 | |
Set unit for the component by its order 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 ~TBase () | |
Public Attributes | |
TString myCompNames | |
Contains names for each of MED Field components. More... | |
EBooleen myIsLocal | |
Defines if the MED Field is local. More... | |
PMeshInfo myMeshInfo | |
A reference to correspondig MED Mesh. More... | |
TInt myNbComp | |
Defines number of components stored in the field. More... | |
TInt myNbRef | |
Defines number of refereces of the field. More... | |
ETypeChamp myType | |
Defines type of the MED Field. More... | |
TString myUnitNames | |
Contains units for each of MED Field components. More... | |
![]() | |
TString myName | |
Keeps its name. More... | |
Detailed Description
Define a base class which represents MED Field entity.
Member Function Documentation
◆ GetCompName()
|
pure virtual |
Get name of the component by its order number.
Implemented in MED::TTFieldInfo< eVersion >.
◆ GetIsLocal()
◆ GetMeshInfo()
◆ GetNbComp()
◆ GetNbRef()
◆ GetType()
ETypeChamp MED::TFieldInfo::GetType | ( | ) | const |
Let known what type of the MED FIELD is used.
◆ GetUnitName()
|
pure virtual |
Get unit of the component by its order number.
Implemented in MED::TTFieldInfo< eVersion >.
◆ SetCompName()
|
pure virtual |
Set name for the component by its order number.
Implemented in MED::TTFieldInfo< eVersion >.
◆ SetUnitName()
|
pure virtual |
Set unit for the component by its order number.
Implemented in MED::TTFieldInfo< eVersion >.
Member Data Documentation
◆ myCompNames
TString MED::TFieldInfo::myCompNames |
Contains names for each of MED Field components.
Referenced by MED::TTFieldInfo< eVersion >::GetCompName(), MED::V2_2::TVWrapper::GetFieldInfo(), MED::TTFieldInfo< eVersion >::SetCompName(), MED::V2_2::TVWrapper::SetFieldInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myIsLocal
EBooleen MED::TFieldInfo::myIsLocal |
Defines if the MED Field is local.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myMeshInfo
PMeshInfo MED::TFieldInfo::myMeshInfo |
A reference to correspondig MED Mesh.
Referenced by MED::V2_2::TVWrapper::GetFieldInfo(), MED::V2_2::TVWrapper::GetNbTimeStamps(), MED::V2_2::TVWrapper::GetTimeStampInfo(), MED::V2_2::TVWrapper::SetFieldInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myNbComp
TInt MED::TFieldInfo::myNbComp |
Defines number of components stored in the field.
Referenced by MED::V2_2::TVWrapper::GetFieldInfo(), MED::V2_2::TVWrapper::SetFieldInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myNbRef
TInt MED::TFieldInfo::myNbRef |
Defines number of refereces of the field.
Referenced by MED::V2_2::TVWrapper::GetTimeStampInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myType
ETypeChamp MED::TFieldInfo::myType |
Defines type of the MED Field.
Referenced by MED::V2_2::TVWrapper::GetFieldInfo(), MED::V2_2::TVWrapper::SetFieldInfo(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
◆ myUnitNames
TString MED::TFieldInfo::myUnitNames |
Contains units for each of MED Field components.
Referenced by MED::V2_2::TVWrapper::GetFieldInfo(), MED::TTFieldInfo< eVersion >::GetUnitName(), MED::V2_2::TVWrapper::SetFieldInfo(), MED::TTFieldInfo< eVersion >::SetUnitName(), and MED::TTFieldInfo< eVersion >::TTFieldInfo().
The documentation for this struct was generated from the following file:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx