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 |
| Let known what mode of MED Profile is used. | |
| void | SetMode (EModeProfil theMode) |
| Set mode for the MED Profile. | |
| TInt | GetElemNum (TInt theId) const |
| Get number of mesh elelemts by its order number. | |
| void | SetElemNum (TInt theId, TInt theVal) |
| Set number of mesh elelemts by its order number. | |
| bool | IsPresent () const |
| Let known is the MED Profile defined. | |
| TInt | GetSize () const |
| Let known size of the MED Profile. | |
Data Fields | |
| EModeProfil | myMode |
| Keeps mode for the MED Profile. | |
| PElemNum | myElemNum |
| Keeps sequence of cell by its number which belong to the profile. | |
The class represents MED Profile entity.
| typedef std::string MED.TProfileInfo.TKey |
| typedef boost::tuple<TKey,TInt> MED.TProfileInfo.TInfo |
| EModeProfil MED.TProfileInfo.GetMode | ( | ) | const |
Let known what mode of MED Profile is used.
| void MED.TProfileInfo.SetMode | ( | EModeProfil | theMode | ) |
Set mode for the MED Profile.
Set number of mesh elelemts by its order number.
| bool MED.TProfileInfo.IsPresent | ( | ) | const |
Let known is the MED Profile defined.
Keeps mode for the MED Profile.
Keeps sequence of cell by its number which belong to the profile.