MED::TProfileInfo Struct Reference
The class represents MED Profile entity. More...
#include <MED_Structures.hxx>
Public Types | |
typedef boost::tuple< TKey, TInt > TInfo | |
typedef std::string TKey | |
Public Member Functions | |
TInt GetElemNum (TInt theId) const | |
Get number of mesh elelemts by its order number. More... | |
EModeProfil GetMode () const | |
Let known what mode of MED Profile is used. More... | |
TInt GetSize () const | |
Let known size of the MED Profile. More... | |
bool IsPresent () const | |
Let known is the MED Profile defined. More... | |
void SetElemNum (TInt theId, TInt theVal) | |
Set number of mesh elelemts by its order number. More... | |
void SetMode (EModeProfil theMode) | |
Set mode for the MED Profile. 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 | |
PElemNum myElemNum | |
Keeps sequence of cell by its number which belong to the profile. More... | |
EModeProfil myMode | |
Keeps mode for the MED Profile. More... | |
![]() | |
TString myName | |
Keeps its name. More... | |
Detailed Description
The class represents MED Profile entity.
Member Typedef Documentation
◆ TInfo
typedef boost::tuple<TKey,TInt> MED::TProfileInfo::TInfo |
◆ TKey
typedef std::string MED::TProfileInfo::TKey |
Member Function Documentation
◆ GetElemNum()
◆ GetMode()
EModeProfil MED::TProfileInfo::GetMode | ( | ) | const |
Let known what mode of MED Profile is used.
◆ GetSize()
TInt MED::TProfileInfo::GetSize | ( | ) | const |
Let known size of the MED Profile.
Referenced by MED::V2_2::TVWrapper::SetProfileInfo().
◆ IsPresent()
◆ SetElemNum()
Set number of mesh elelemts by its order number.
◆ SetMode()
void MED::TProfileInfo::SetMode | ( | EModeProfil | theMode | ) |
Set mode for the MED Profile.
Member Data Documentation
◆ myElemNum
PElemNum MED::TProfileInfo::myElemNum |
Keeps sequence of cell by its number which belong to the profile.
Referenced by MED::V2_2::TVWrapper::GetProfileInfo(), MED::V2_2::TVWrapper::SetProfileInfo(), and MED::TTProfileInfo< eVersion >::TTProfileInfo().
◆ myMode
EModeProfil MED::TProfileInfo::myMode |
Keeps mode for the MED Profile.
Referenced by MED::TTProfileInfo< eVersion >::TTProfileInfo().
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