The class represents MED Profile entity. More...
#include <MED_Structures.hxx>

Public Types | |
| typedef std::string | TKey |
| typedef boost::tuple< TKey, TInt > | TInfo |
Public Member Functions | |
| EModeProfil | GetMode () const |
| Find out what mode of MED Profile is used. More... | |
| void | SetMode (EModeProfil theMode) |
| Set mode for the MED Profile. More... | |
| TInt | GetElemNum (TInt theId) const |
| Get number of mesh elelemts by its order number. More... | |
| void | SetElemNum (TInt theId, TInt theVal) |
| Set number of mesh elelemts by its order number. More... | |
| bool | IsPresent () const |
| Find out if the MED Profile defined. More... | |
| TInt | GetSize () const |
| Find out size of 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... | |
Data Fields | |
| EModeProfil | myMode |
| Keeps mode for the MED Profile. More... | |
| PElemNum | myElemNum |
| Keeps sequence of cell by its number which belong to the profile. More... | |
| TString | myName |
| Keeps its name. More... | |
The class represents MED Profile entity.
| typedef boost::tuple<TKey,TInt> MED::TProfileInfo::TInfo |
| typedef std::string MED::TProfileInfo::TKey |
Get number of mesh elelemts by its order number.
References myElemNum.
| EModeProfil MED::TProfileInfo::GetMode | ( | ) | const |
Find out what mode of MED Profile is used.
|
pure virtualinherited |
Gets its name.
Implemented in MED::TTNameInfo.
| TInt MED::TProfileInfo::GetSize | ( | ) | const |
Find out size of the MED Profile.
Referenced by MED::TWrapper::SetProfileInfo().
| bool MED::TProfileInfo::IsPresent | ( | ) | const |
Find out if the MED Profile defined.
References SMESH::GetName().
Set number of mesh elelemts by its order number.
| void MED::TProfileInfo::SetMode | ( | EModeProfil | theMode | ) |
Set mode for the MED Profile.
|
pure virtualinherited |
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo.
| PElemNum MED::TProfileInfo::myElemNum |
Keeps sequence of cell by its number which belong to the profile.
Referenced by GetElemNum(), MED::TWrapper::GetProfileInfo(), MED::TWrapper::SetProfileInfo(), and MED::TTProfileInfo::TTProfileInfo().
| EModeProfil MED::TProfileInfo::myMode |
Keeps mode for the MED Profile.
Referenced by MED::TTProfileInfo::TTProfileInfo().
|
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().