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... | |
Public Member Functions inherited from MED::TNameInfo | |
| 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... | |
Public Member Functions inherited from MED::TBase | |
| 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... | |
Public Attributes inherited from MED::TNameInfo | |
| 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 |
Let known what mode of MED Profile is used.
| TInt MED::TProfileInfo::GetSize | ( | ) | const |
Let known size of the MED Profile.
Referenced by MED::V2_2::TVWrapper::SetProfileInfo().
Set number of mesh elelemts by its order number.
| void MED::TProfileInfo::SetMode | ( | EModeProfil | theMode | ) |
Set mode for the MED Profile.
| PElemNum MED::TProfileInfo::myElemNum |
Keeps sequence of cell by its number which belong to the profile.
Referenced by GetElemNum(), MED::V2_2::TVWrapper::GetProfileInfo(), MED::V2_2::TVWrapper::SetProfileInfo(), and MED::TTProfileInfo< eVersion >::TTProfileInfo().
| EModeProfil MED::TProfileInfo::myMode |
Keeps mode for the MED Profile.
Referenced by MED::TTProfileInfo< eVersion >::TTProfileInfo().