Define a base class which represents MED Family entity. More...
#include <MED_Structures.hxx>
Public Member Functions | |
virtual std::string GetAttrDesc (TInt theId) const =0 | |
Get value of the MED FAMILY attribute by its number. More... | |
TInt GetAttrId (TInt theId) const | |
Get MED FAMILY attribute by its number. More... | |
TInt GetAttrVal (TInt theId) const | |
Get MED FAMILY attribute by its number. More... | |
virtual std::string GetGroupName (TInt theId) const =0 | |
Gets name of a bound MED GROUP by its number. More... | |
const PMeshInfo & GetMeshInfo () const | |
Get a reference to corresponding MED Mesh. More... | |
TInt GetNbAttr () const | |
Gets number of attached attributes for the MED FAMILY. More... | |
TInt GetNbGroup () const | |
Gets number of MED GROUPS the MED FAMILY is bound to. More... | |
virtual void SetAttrDesc (TInt theId, const std::string &theValue)=0 | |
Set value of the MED FAMILY attribute by its number. More... | |
void SetAttrId (TInt theId, TInt theVal) | |
Set MED FAMILY attribute by its number. More... | |
void SetAttrVal (TInt theId, TInt theVal) | |
Set MED FAMILY attribute 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... | |
void SetId (TInt theId) | |
![]() | |
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 myAttrDesc | |
Defines sequence of the names 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 myGroupNames | |
Contains sequence of the names for the MED Groups connected to. More... | |
TInt myId | |
An unique index of the MED FAMILY. More... | |
PMeshInfo myMeshInfo | |
A reference to correspondig MED Mesh. More... | |
TInt myNbAttr | |
Defines number of the MED Family attributes More... | |
TInt myNbGroup | |
Define number of the MED FAMILY. More... | |
![]() | |
TString myName | |
Keeps its name. More... | |
Detailed Description
Define a base class which represents MED Family entity.
Member Function Documentation
◆ GetAttrDesc()
|
pure virtual |
Get value of the MED FAMILY attribute by its number.
Implemented in MED::TTFamilyInfo< eVersion >.
◆ GetAttrId()
◆ GetAttrVal()
◆ GetGroupName()
|
pure virtual |
Gets name of a bound MED GROUP by its number.
Implemented in MED::TTFamilyInfo< eVersion >.
◆ GetMeshInfo()
◆ GetNbAttr()
◆ GetNbGroup()
◆ SetAttrDesc()
|
pure virtual |
Set value of the MED FAMILY attribute by its number.
Implemented in MED::TTFamilyInfo< eVersion >.
◆ SetAttrId()
◆ SetAttrVal()
◆ SetGroupName()
|
pure virtual |
Sets name of the defined MED GROUP by its number.
Implemented in MED::TTFamilyInfo< eVersion >.
◆ SetId()
void MED::TFamilyInfo::SetId | ( | TInt | theId | ) |
Member Data Documentation
◆ myAttrDesc
TString MED::TFamilyInfo::myAttrDesc |
Defines sequence of the names of the MED Family attributes.
Referenced by MED::TTFamilyInfo< eVersion >::GetAttrDesc(), MED::V2_2::TVWrapper::GetFamilyInfo(), MED::TTFamilyInfo< eVersion >::SetAttrDesc(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myAttrId
TFamAttr MED::TFamilyInfo::myAttrId |
Defines sequence of the indexes of the MED Family attributes.
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myAttrVal
TFamAttr MED::TFamilyInfo::myAttrVal |
Defines sequence of the values of the MED Family attributes.
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myGroupNames
TString MED::TFamilyInfo::myGroupNames |
Contains sequence of the names for the MED Groups connected to.
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::TTFamilyInfo< eVersion >::GetGroupName(), MED::V2_2::TVWrapper::SetFamilyInfo(), MED::TTFamilyInfo< eVersion >::SetGroupName(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myId
TInt MED::TFamilyInfo::myId |
An unique index of the MED FAMILY.
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myMeshInfo
PMeshInfo MED::TFamilyInfo::myMeshInfo |
A reference to correspondig MED Mesh.
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myNbAttr
TInt MED::TFamilyInfo::myNbAttr |
Defines number of the MED Family attributes
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
◆ myNbGroup
TInt MED::TFamilyInfo::myNbGroup |
Define number of the MED FAMILY.
Defines number MED Groups connected to
Referenced by MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::SetFamilyInfo(), and MED::TTFamilyInfo< eVersion >::TTFamilyInfo().
The documentation for this struct was generated from the following files:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx
- src/3rdParty/salomesmesh/src/SMESH/MED_Structures.cpp